Genesis Custom Blocks

Custom blocks for WordPress made easy.

v1.7.3StudioPressUpdated 2026-04-20Added Sep 1, 202010k+ installs90% rating0% support resolved
90
Score
7
Errors
22
Warnings
+0
Change

Category Scores

Security89
Repo94
Performance100
Maintainability87

Top Issues by Category

Issues Details

29 issues found in latest scan

WARNING15
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR6
missing_direct_file_access_protection

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

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR1
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING1
plugin_header_invalid_domain_path

The "Domain Path" header in the plugin file must start with forward slash.

WARNING1
plugin_header_nonexistent_domain_path

The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"

Latest Snapshot

Findings

29

Errors

7

Warnings

22

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.7.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.7.3

90

Latest

Findings
29
Errors
7
Warnings
22
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins