Enhanced WordPress editor blocks for Gutenberg, including core Block Extensions and Site Addons for your WordPress site and WooCommerce online store
Prioritized issue groups from the latest Plugin Check scan
Maintainability
227
18 issue groups
Security
43
6 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$alignment".
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$block_wrapper_attributes'.
Sample message
Function "get_block_wrapper_attributes()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
$_GET['blockons-notice-id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_register_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.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['blockons-notice-id']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The use of function move_uploaded_file() is forbidden
Sample message
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.
Sample message
Found call to wp_register_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "searchform_url".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Plugin name "Blockons - Gutenberg blocks for WordPress and WooCommerce websites" is different from the name declared in plugin header "Blockons".
Potential connections found in static code analysis.
Outbound calls
282
External assets
2
Incoming endpoints
16
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v1.2.19
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 274 | 69 | 205 | v1.2.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.