Build sets of products to import into your website.
Prioritized issue groups from the latest Plugin Check scan
Security
656
11 issue groups
I18n
76
5 issue groups
Maintainability
70
9 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type='hidden' name='{$name}[]' value='0' />"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
$_GET['_dfrps_cpt_type'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['_dfrps_cpt_type']
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
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
The $text parameter must be a single text string literal. Found: $msg
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['pid']. Check that the array index exists before using it.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $mysql_interval at "UPDATE $table_name SET uid='' WHERE uid != '' AND updated < DATE_SUB(NOW(), INTERVAL $mysql_interval MINUTE)"
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Unescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 132.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Mismatched text domain. Expected 'datafeedr-product-sets' but got 'datafeedr'.
Sample message
Use placeholders and $wpdb->prepare(); found $limit
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
Attempting a database schema change is discouraged.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$current_version".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$d, %3$s", but got "%s, %d, %s" in 'Image import failed. PRODUCT: "%s" ID: %d ERROR: %s'.
Not analyzed yet.
First score snapshot
v1.3.24
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 808 | 602 | 206 | v1.3.24 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.