Modern Events Calendar plugin ❤️ for creating free or paid events. Supports Event Types, Bookings, Tickets, Venues, Performers, and a lot more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,708
12 issue groups
Security
951
10 issue groups
I18n
201
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$K_PATH_CACHE".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "attendee_check_in_filter".
Sample message
$_GET['event_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "get_privacy_policy_url()" requires WordPress 4.9.6, but your plugin minimum supported version is WordPress 4.8.0.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DATAMATRIXDEFS".
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
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['keyword']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $booking->running_status
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
The upgrade notice for "1.6.5" exceeds the limit of 300 characters.
Sample message
Missing $domain parameter in function call to _n().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$booking_controller'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $cat_table_name at "SELECT * FROM $cat_table_name WHERE `event_id` = %d AND `parent_id` = %d"
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
Use placeholders and $wpdb->prepare(); found $add_additional_fees
Sample message
Unescaped parameter $add_additional_fees used in $wpdb->query()\n$add_additional_fees assigned unsafely at line 753.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
280
External assets
6
Incoming endpoints
14
register_rest_route
wp_ajax
wp_ajax
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v4.3.4.5
21
Latest
v4.3.4.4
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 5,181 | 873 | 4,308 | v4.3.4.5 | 2.0.0 |
| 21 | 5,181 | 873 | 4,308 | v4.3.4.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.