Event Organiser

Create and maintain events, including complex reoccurring patterns, venue management (with Google Maps or OpenStreetMap), calendars and customisable e …

v3.12.8Stephen HarrisUpdated 2024-10-10Added Dec 19, 201120k+ installs92% rating0% support resolved
19
Score
1,106
Errors
544
Warnings
+0
Change

Category Scores

Security0
Repo64
Performance92
Maintainability0

Top Issues by Category

i18n659
security549
maintainability375
performance12

Issues Details

1,650 issues found in latest scan

ERROR563
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'event-organiser' but got 'eventorganiser'.

ERROR287
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div id='{$id}_content' class='eo-widget-cal-wrap' data-eo-widget-cal-id='{$id}' >"'.

WARNING124
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_eo_format_datetime_range&quot;.

WARNING87
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$EO_Errors&quot;.

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

WARNING56
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR52
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR43
missing_direct_file_access_protection

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

WARNING42
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[&#039;eo_admin_cal_last_view&#039;]

WARNING38
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR38
WordPress.WP.I18n.MissingArgDomain

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

WARNING37
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[&#039;eo_admin_cal_last_view&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNING33
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING30
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;ics&#039;][&#039;tmp_name&#039;]. Check that the array index exists before using it.

WARNING13
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;add_meta_boxes_event_page_venues&quot;.

WARNING13
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;EO_Admin_Notice_Handler&quot;.

ERROR12
WordPress.WP.DeprecatedParameters.Get_termsParam2Found

The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

WARNING12
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERROR11
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING8
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $eventorganiser_venue_table at &quot; SELECT venue_slug, venue_address, venue_postal, venue_country, venue_lng, venue_lat, venue_description FROM $eventorganiser_venue_table&quot;

ERROR7
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $delete_columns used in $wpdb->query()\n$delete_columns assigned unsafely at line 205.

WARNING7
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DATETIMEOBJ&quot;.

ERROR6
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

Latest Snapshot

Findings

1,650

Errors

1,106

Warnings

544

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v3.12.8

19

Latest

Findings
1,650
Errors
1,106
Warnings
544
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins