Gutenberg block editor with AI. 70+ Gutenberg blocks, patterns, WooCommerce blocks, post grid, gallery, menu with Gutenberg block library.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
597
14 issue groups
Security
174
8 issue groups
I18n
9
2 issue groups
Performance
4
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_content".
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_id'.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['admin_nonce']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
Function "block_footer_area()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.8.0.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "eb_post_meta_force_noopener".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Processing form data without nonce verification.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $field at "SELECT $field FROM $table_name WHERE block_id = %s"
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$s", but got "%d, %s" in 'Successfully generated %d image(s) using %s model. Token usage information not available.'.
Sample message
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Potential connections found in static code analysis.
Outbound calls
278
External assets
5
Incoming endpoints
17
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
3 score snapshots
v6.4.0
24
Latest
v6.3.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 804 | 119 | 685 | v6.4.0 | 2.0.0 |
| 24 | 804 | 120 | 684 | v6.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.