Registrations for the Events Calendar – Event Registration Plugin

Collect and manage event registrations with customizable forms, attendee management, and email templates. Start collecting registrations in minutes.

v3.1roundupwpUpdated Added 7k+ installs100% rating100% support resolved
24
Score
404
Errors
931
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability1

Top Issues by Category

security674
maintainability590
i18n49

Issues Details

1,335 issues found in latest scan

WARNING419
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR263
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$actions'.

WARNING102
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING83
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING78
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $column_name at "ALTER TABLE $table_name ADD $column_name $type_name DEFAULT '' NOT NULL"

WARNING59
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING56
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING43
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['email'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR39
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING23
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR22
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $args['description']

ERROR19
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING17
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['page']

ERROR15
WordPress.WP.I18n.MissingArgDomain

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

ERROR11
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $in_clause used in $wpdb->get_results()\n$in_clause assigned unsafely at line 563.

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_title".

ERROR9
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING9
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING7
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

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

WARNING6
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $occurrences_table used in $wpdb->get_results()\n$occurrences_table assigned unsafely at line 307.

ERROR5
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'registrations-for-the-events-calendar' but got 'icaltec'.

WARNING4
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

WARNING3
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

ERROR3
missing_direct_file_access_protection

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

Latest Snapshot

Findings

1,335

Errors

404

Warnings

931

Score History

First score snapshot

First scan completed

v3.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.1

24

Latest

Findings
1,335
Errors
404
Warnings
931
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins