The all in one Events Manager for WordPress: create and manage events, sell event tickets online easily. No Coding Required.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
261
11 issue groups
Security
212
11 issue groups
I18n
46
3 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'tp_event_add_message_' . $type".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $ca at "AND $ca.ID = %d"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $col_name
Sample message
Detected usage of a non-sanitized input variable: $_GET['section']
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$admin_tabs[$admin_tab_id]['id']'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "is_event_taxonomy".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$booking_id'.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Missing $domain parameter in function call to __().
Sample message
Translatable string should not be wrapped in HTML. Found: '<span class="event_booking_status cancelled">%s</span>'
Sample message
$_GET['section'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $name_table used in $wpdb->get_col()
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 370.
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Events Manager" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Detected usage of meta_query, possible slow query.
Potential connections found in static code analysis.
Outbound calls
46
External assets
1
Incoming endpoints
2
wp_ajax
2 score snapshots
v2.2.5
27
Latest
v2.2.4
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 541 | 172 | 369 | v2.2.5 | 2.0.0 |
| 27 | 709 | 294 | 415 | v2.2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.