Snow Monkey Blocks

Gutenberg blocks collection made by MonkeyWrench.

v25.0.2Takashi KitajimaUpdated 2026-05-29Added Oct 1, 201830k+ installs88% rating
92
Score
87
Errors
173
Warnings
+0
Change

Category Scores

Security100
Repo100
Performance96
Maintainability60

Top Issues by Category

Issues Details

260 issues found in latest scan

WARNING161
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR86
missing_direct_file_access_protection

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

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_tax_query

Detected usage of tax_query, possible slow query.

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR1
WordPressVIPMinimum.Performance.WPQueryParams.SuppressFilters_suppress_filters

Setting `suppress_filters` to `true` is prohibited.

Latest Snapshot

Findings

260

Errors

87

Warnings

173

Score History

First score snapshot

First scan completed Jun 20, 2026

v25.0.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v25.0.2

92

Latest

Findings
260
Errors
87
Warnings
173
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins