The Events Calendar: #1 calendar plugin for WordPress. Create/manage events (virtual too!) on your site with the free plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
3,916
11 issue groups
I18n
2,082
4 issue groups
Security
1,144
10 issue groups
Sample message
Mismatched text domain. Expected 'the-events-calendar' but got 'avent-automator'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$global_var".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'tec_container_registered_provider_' . $service_provider_class".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "TEC\Common".
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $attr="'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Class {$class} should override the `action` method to define its own unique identifier."'.
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
$_GET['_method'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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 non-sanitized input variable: $_GET['_method']
Sample message
Use placeholders and $wpdb->prepare(); found $clause
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $event_table at "SELECT COUNT(*) FROM $event_table"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "elementor_theme_do_location".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: $error->getMessage()
Sample message
Unescaped parameter $foreign_key_name used in $wpdb->query()\n$foreign_key_name assigned unsafely at line 121.
Sample message
Missing $domain parameter in function call to __().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
File and folder names must not contain spaces or special characters.
Potential connections found in static code analysis.
Outbound calls
285
External assets
1
Incoming endpoints
14
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
5 score snapshots
v6.17.1
23
Latest
v6.17.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 7,357 | 3,507 | 3,850 | v6.17.1 | 2.0.0 |
| 23 | 7,359 | 3,509 | 3,850 | v6.17.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.