AI automations you’ll actually use: Workflow Builder, AI Chatbot, AI Forms, Content Generation, Autoblogging, WooCommerce AI and MCP.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
243
15 issue groups
Security
138
7 issue groups
I18n
8
1 issue group
Performance
6
2 issue groups
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$audit} at "SELECT id FROM {$audit} WHERE site_id=%d AND actor_id=%d ORDER BY id ASC LIMIT 100"
Sample message
Unescaped parameter $audit used in $wpdb->get_col()\n$audit assigned unsafely at line 444.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$chatbots".
Sample message
Use placeholders and $wpdb->prepare(); found $orphanIds
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 388.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Processing form data without nonce verification.
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['pricing_snapshot_file']
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$hidden'.
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: fclose().
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
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.
Potential connections found in static code analysis.
Outbound calls
187
External assets
1
Incoming endpoints
6
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
admin_post
6 score snapshots
v1.5.9
29
Latest
v1.5.8
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 402 | 80 | 322 | v1.5.9 | 2.0.0 |
| 23 | 629 | 262 | 367 | v1.5.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.