My Calendar – Accessible Event Manager

Accessible WordPress event calendar plugin. Manage single or recurring events, event venues, and display your calendar anywhere on your site.

v3.7.15Joe DolsonUpdated 2026-06-14Added Apr 5, 201020k+ installs94% rating53% support resolved
25
Score
10
Errors
2,191
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Top Issues by Category

maintainability1,290
1Non Prefixed Function FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFoundWARNING5832Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING4033Direct QueryWordPress.DB.DirectDatabaseQuery.DirectQueryWARNING1284No CachingWordPress.DB.DirectDatabaseQuery.NoCachingWARNING1165Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING146Not In FooterWordPress.WP.EnqueuedResourceParameters.NotInFooterWARNING97wp function not compatible with requires wpwp_function_not_compatible_with_requires_wpERROR78Schema ChangeWordPress.DB.DirectDatabaseQuery.SchemaChangeWARNING69Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING410Missing VersionWordPress.WP.EnqueuedResourceParameters.MissingVersionWARNING411Dynamic Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFoundWARNING312Non Prefixed Constant FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFoundWARNING313slow db query meta keyWordPress.DB.SlowDBQuery.slow_db_query_meta_keyWARNING214slow db query meta queryWordPress.DB.SlowDBQuery.slow_db_query_meta_queryWARNING215slow db query meta valueWordPress.DB.SlowDBQuery.slow_db_query_meta_valueWARNING216Non Enqueued StylesheetWordPress.WP.EnqueuedResources.NonEnqueuedStylesheetERROR217error log print rWordPress.PHP.DevelopmentFunctions.error_log_print_rWARNING118wp reset query wp reset queryWordPress.WP.DiscouragedFunctions.wp_reset_query_wp_reset_queryWARNING1
security910

Issues Details

2,201 issues found in latest scan

WARNING583
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING447
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING403
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'get_template_part_' . $slug".

WARNING145
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING128
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING116
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING89
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING86
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING76
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING65
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING14
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING9
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERROR7
wp_function_not_compatible_with_requires_wp

Function "current_user_can_for_site()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 6.5.0.

WARNING6
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING4
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->filter_prefix . '_get_template_part'".

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MC_DEBUG".

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotValidatedNotSanitized

Detected usage of a non-sanitized, non-validated input variable _SERVER: Server Software: $_SERVER[SERVER_SOFTWARE]\r\n

ERROR2
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

WARNING1
WordPress.WP.DiscouragedFunctions.wp_reset_query_wp_reset_query

wp_reset_query() is discouraged. Use wp_reset_postdata() instead.

Latest Snapshot

Findings

2,201

Errors

10

Warnings

2,191

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v3.7.15

25

Latest

Findings
2,201
Errors
10
Warnings
2,191
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins