Event management plugin for WordPress with built-in registrations, recurring events, tickets, and calendars. Reliable and complete.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,342
12 issue groups
Security
489
11 issue groups
I18n
36
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_evge_day_event".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $escaped_where at \t\t\tWHERE $escaped_where\n
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $column used in $wpdb->query()\n$column used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$about_item['event_id']'.
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
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
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$param]
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Only string and integer are allowed values for enum {$enumClass}."'.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
$_GET[$param] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of tax_query, possible slow query.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "litespeed_purge_post".
Sample message
Attempting a database schema change is discouraged.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Looking to translate more text? Check out our guide on using %sLocoTranslate%s for easy translation management.'.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Potential connections found in static code analysis.
Outbound calls
226
External assets
2
Incoming endpoints
72
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
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
43 more hidden
4 score snapshots
v1.16.1
25
Latest
v1.16
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,881 | 197 | 1,684 | v1.16.1 | 2.0.0 |
| 25 | 1,881 | 197 | 1,684 | v1.16 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.