Enhance EventPress WordPress Themes Functionality.
Prioritized issue groups from the latest Plugin Check scan
I18n
347
2 issue groups
Security
189
2 issue groups
Maintainability
106
9 issue groups
Repo Compliance
1
1 issue group
Sample message
Mismatched text domain. Expected 'evento' but got 'eventplus'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ImageId".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "eventplus_prebuilt_theme_colors".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_color_Customize_Control".
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Not analyzed yet.
First score snapshot
v2.5
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 643 | 583 | 60 | v2.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.