Add Google Calendar events to your WordPress site in minutes. Beautiful calendar displays. Mobile responsive.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,377
16 issue groups
Security
1,274
8 issue groups
I18n
25
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'{$expected}'"'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"- To maintain the current behavior, use explicit cast: {$name}((int) \$value)\n"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$advanced_card_title".
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_ENV[$env]
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() 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
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 4.2.0.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "connect_settings_fields".
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
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
set_error_handler() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['nonce_feed_actions']. Check that the array index exists before using it.
Potential connections found in static code analysis.
Outbound calls
284
External assets
0
Incoming endpoints
16
No external asset domains detected.
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 more hidden
4 score snapshots
v4.1.0
24
Latest
v4.0.7
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,758 | 2,147 | 611 | v4.1.0 | 2.0.0 |
| 24 | 2,645 | 2,053 | 592 | v4.0.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.