Gutenberg on Steroids! Extend your editor with powerful, flexible, and modular blocks to unlock limitless design possibilities.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
363
13 issue groups
Security
75
6 issue groups
I18n
6
3 issue groups
Performance
5
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_query".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<style>\n{$styles}\n</style>\n"'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['rest_route']
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
$_GET['rest_route'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Mismatched text domain. Expected 'uicore-blocks' but got 'uicore-pro'.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The use of function wp_get_sidebars_widgets() is forbidden
Sample message
Use placeholders and $wpdb->prepare(); found $clauses
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Missing $domain parameter in function call to _n().
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Potential connections found in static code analysis.
Outbound calls
158
External assets
5
Incoming endpoints
12
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
2 score snapshots
v1.0.15
32
Latest
v1.0.14
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 453 | 59 | 394 | v1.0.15 | 2.0.0 |
| 32 | 446 | 59 | 387 | v1.0.14 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.