Fully featured event management system including recurring events, locations management, full calendar, iCal feed/files, google maps and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
680
11 issue groups
Security
676
11 issue groups
I18n
32
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_POST['date']'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'em_translated_taxonomy_rewrite_slugs_' . $language".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_val".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "em_breadcrumb".
Sample message
$_GET['end_date'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['end_date']
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
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
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
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
Detected usage of meta_key, possible slow query.
Sample message
Missing $domain parameter in function call to __().
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%%post_%%'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WPML_Translate_Post_Type".
Sample message
The $text parameter must be a single text string literal. Found: $role_display
Sample message
Unescaped parameter $query used in $wpdb->query()\n$query assigned unsafely at line 1075.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Potential connections found in static code analysis.
Outbound calls
86
External assets
1
Incoming endpoints
3
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.6.14
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,407 | 588 | 819 | v1.6.14 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.