WordPress blocks, page builder, and website builder for the Block Editor and Site Editor with templates, popups, and block themes.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
32
15 issue groups
Security
30
5 issue groups
I18n
6
3 issue groups
Performance
3
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_print_footer_scripts".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bracket'.
Sample message
Detected usage of tax_query, possible slow query.
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: $_SERVER['HTTP_HOST']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to __().
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
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DOING_CRON".
Sample message
error_log() 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: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: touch().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
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.
Sample message
Plugin name "Gutenverse - WordPress Blocks, Page Builder & Site Editor" is different from the name declared in plugin header "Gutenverse".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Gutenverse - WordPress Blocks, Page Builder & Site Editor" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
Function "traverse_and_serialize_blocks()" requires WordPress 6.4.0, but your plugin minimum supported version is WordPress 5.9.0.
Potential connections found in static code analysis.
Outbound calls
151
External assets
12
Incoming endpoints
10
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
9 score snapshots
v4.0.8
47
Latest
v4.0.7
48
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 47 | 71 | 22 | 49 | v4.0.8 | 2.1.0 |
| 48 | 69 | 22 | 47 | v4.0.7 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.