600+ Gutenberg blocks for layouts, content, media, marketing, charts, calculators, testimonials, tables, maps, videos and more.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
8
6 issue groups
Security
2
2 issue groups
ERRORMaintainabilityblock api version too lowEditor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
WARNINGMaintainabilityDiscouraged PHP functionThe use of function ini_set() is discouraged1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The use of function ini_set() is discouraged
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['disabled']1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_POST['disabled']
WARNINGSecurityRequest data is not unslashed$_POST['disabled'] not unslashed before sanitization. Use wp_unslash() or similar1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
$_POST['disabled'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityMissing VersionResource 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
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
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.
WARNINGMaintainabilitymismatched plugin namePlugin name "Blockenberg — 600+ Advanced Gutenberg Blocks for WordPress Block Editor" is different from the name declared in plugin header "Blockenberg".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Blockenberg — 600+ Advanced Gutenberg Blocks for WordPress Block Editor" is different from the name declared in plugin header "Blockenberg".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilitytrademarked termThe plugin name includes a restricted term. Your chosen plugin name - "Blockenberg — 600+ Advanced Gutenberg Blocks for WordPress Block Editor" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Blockenberg — 600+ Advanced Gutenberg Blocks for WordPress Block Editor" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.
External Connections
Potential connections found in static code analysis.
Outbound calls
295
External assets
1
Incoming endpoints
4
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
register_rest_route
register_rest_route
register_rest_route
Admin AJAX endpoints1
wp_ajax
Score History
First score snapshot
v2.0.10
91
Latest
- Findings
- 10
- Errors
- 4
- Warnings
- 6
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 91 | 10 | 4 | 6 | v2.0.10 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.