Events calendar with bookings, scheduling, appointments, event registration, tickets, recurring events, and venue management.
Prioritized issue groups from the latest Plugin Check scan
Security
4,544
11 issue groups
Maintainability
4,188
10 issue groups
I18n
1,197
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" '{$EM_Event->event_name}'"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$em_taxonomy_property".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'em_'. self::$instance->terms_name .'_output_'. self::$instance->terms_name".
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
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $EM_Booking
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
$_COOKIE['em_notices'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['em_notices']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_content_filter_template_include".
Sample message
Mismatched text domain. Expected 'events-manager' but got 'cpt type and view type'.
Sample message
Unescaped parameter $EM_Booking->fields used in $wpdb->get_results()\n$EM_Booking->fields used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $booking_ids_imploded at " WHERE meta_key IN ('_registration|$meta_key', '_registration|{$meta_key}_revoked') AND booking_id IN ($booking_ids_imploded)"
Sample message
Missing $domain parameter in function call to __().
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "EM".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$files_key]['name']. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Found %d orphaned events, deleted %d successfully'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "'UNTRASHING_'.$post_id".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BP_EM_Component".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<code>{$_POST['em_cp_events_cpts']}</code>"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->filter_name()".
Potential connections found in static code analysis.
Outbound calls
277
External assets
2
Incoming endpoints
21
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
wp_ajax
wp_ajax
wp_ajax
wp_ajax
9 score snapshots
v7.4.0.1
22
Latest
v7.4
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 10,373 | 4,713 | 5,660 | v7.4.0.1 | 2.0.0 |
| 22 | 10,371 | 4,711 | 5,660 | v7.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.