Comprehensive event manager plugin for event booking, event registration, event ticket management, and interactive calendar display.
Prioritized issue groups from the latest Plugin Check scan
Security
846
10 issue groups
Maintainability
741
13 issue groups
I18n
55
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_events".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attr'.
Sample message
$_GET['em_back'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'event-monster' but got 'event-monster-premium'.
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
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_GET['em_back']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $attendees_table at "DELETE FROM $attendees_table WHERE id IN ( $ids_format )"
Sample message
Unescaped parameter $attendees_table used in $wpdb->get_results()\n$attendees_table assigned unsafely at line 293.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_Event_Monster_Free_free".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EM_FREE_PLUGIN_BASENAME".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['event_id']. Check that the array index exists before using it.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of meta_query, possible slow query.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
The %i modifier is only supported in WP 6.2 or higher. Found: "%i".
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 240.
Potential connections found in static code analysis.
Outbound calls
164
External assets
16
Incoming endpoints
17
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.1.2
26
Latest
v2.1.1
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 1,652 | 804 | 848 | v2.1.2 | 2.0.0 |
| 26 | 1,562 | 781 | 781 | v2.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.