A powerful and flexible WordPress event calendar plugin that lets you display your events in multiple calendar views, just like Google Calendar.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
405
16 issue groups
Security
120
8 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$arrayJS_list".
Sample message
Use of a direct database call is discouraged.
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
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['calid']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "addCalendar".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$etparttime'.
Sample message
Function "get_current_blog_id()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.5.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Attempting a database schema change is discouraged.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Unescaped parameter $condition used in $wpdb->get_results()\n$condition assigned unsafely at line 132.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CP_BaseClass".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CP_MVC_DEFER_SCRIPTS_LOADING".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Replacement variables found, but no valid placeholders found in the 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.
Potential connections found in static code analysis.
Outbound calls
242
External assets
2
Incoming endpoints
1
No public endpoints detected.
wp_ajax
First score snapshot
v1.4.38
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 525 | 86 | 439 | v1.4.38 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.