With this lightweight plugin you can create an event list.
Category Scores
Top Issues by Category
maintainability252
Issues Details
260 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$acf_field".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rss_update_frequency".
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
$_POST['event-link'] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of meta_key, possible slow query.
Detected usage of meta_query, possible slow query.
Processing form data without nonce verification.
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_style; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$acf_field". | 223 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rss_update_frequency". | 8 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 6 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 6 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['event-link'] not unslashed before sanitization. Use wp_unslash() or similar | 6 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 5 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_query | WARNING | Detected usage of meta_query, possible slow query. | 2 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 2 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching. | 1 |
| WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion | ERROR | Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_style; This means that the WordPress core version will be used which is not recommended for plugin or theme development. | 1 |
Latest Snapshot
Findings
260
Errors
1
Warnings
259
Score History
First score snapshot
First scan completed
v20.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v20.1
81
Latest
- Findings
- 260
- Errors
- 1
- Warnings
- 259
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 81 | 260 | 1 | 259 | v20.1 | 2.0.0 | 2026.06-mvp-static-v2 |