A powerful & flexible plugin to create event listing and event calendar on your website in a simple & elegant way.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
337
14 issue groups
Security
124
7 issue groups
I18n
30
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$args".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "content_single_event_listing_template".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_simple_event_planner".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$event_calendar'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['description'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
A function call to esc_html__() 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
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['description']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of a non-sanitized input variable: $_POST['custom']
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
The $text parameter must be a single text string literal. Found: $cpt_slug_setting
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Potential connections found in static code analysis.
Outbound calls
65
External assets
0
Incoming endpoints
4
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.5.7
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 495 | 149 | 346 | v1.5.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.