Import affiliate products, compare prices, and publish product reviews with 25+ editorial Gutenberg blocks.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,707
13 issue groups
Security
643
9 issue groups
I18n
580
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_container_id".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Mismatched text domain. Expected 'content-egg' but got 'content egg'.
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
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (the post has {$count} top-level blocks). "'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$keep] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_FILES['item']['tmp_name']['keywords_file']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $in at WHERE lc.link_id IN ($in)\n
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Import limit reached (%d/%d).'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
Use placeholders and $wpdb->prepare(); found $count_sql
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
The use of function ini_set() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aggregate['source']'.
Sample message
Unescaped parameter $idx used in $wpdb->get_results()
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
283
External assets
2
Incoming endpoints
15
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
1 more hidden
9 score snapshots
v11.8.1
23
Latest
v11.8.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 3,119 | 1,556 | 1,563 | v11.8.1 | 2.1.0 |
| 23 | 3,119 | 1,556 | 1,563 | v11.8.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.