Events Manager – Calendar, Bookings, Tickets, and more!

Events calendar with bookings, scheduling, appointments, event registration, tickets, recurring events, and venue management.

v7.3.6Marcus (aka @msykes)Updated 2026-06-19Added Aug 6, 200870k+ installs84% rating32% support resolved
22
Score
4,722
Errors
5,621
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance94
Maintainability0

Top Issues by Category

security4,556
maintainability4,153
i18n1,187

Issues Details

10,343 issues found in latest scan

ERROR1,718
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" '{$EM_Event->event_name}'"'.

WARNING1,147
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$em_taxonomy_property".

WARNING1,046
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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".

ERROR785
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING671
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR530
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR486
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $EM_Booking

WARNING452
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR397
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING380
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE['em_notices'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING379
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING370
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE['em_notices']

WARNING309
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_content_filter_template_include".

ERROR207
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'events-manager' but got 'cpt type and view type'.

ERROR158
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $EM_Booking->fields used in $wpdb->get_results()\n$EM_Booking->fields used without escaping.

WARNING116
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

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)"

ERROR109
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING104
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING100
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES[$files_key]['name']. Check that the array index exists before using it.

WARNING96
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "EM".

ERROR86
WordPress.WP.I18n.UnorderedPlaceholdersText

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'.

WARNING74
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "'UNTRASHING_'.$post_id".

WARNING70
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BP_EM_Component".

ERROR56
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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>"'.

WARNING50
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;static::$basename . &#039;_action_messages&#039;&quot;.

Latest Snapshot

Findings

10,343

Errors

4,722

Warnings

5,621

Score History

First score snapshot

First scan completed Jun 20, 2026

v7.3.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v7.3.6

22

Latest

Findings
10,343
Errors
4,722
Warnings
5,621
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins