Import WooCommerce products, orders, coupons, customers, and reviews from CSV, XML, or Excel files. An add-on for WP Ultimate CSV Importer.
Prioritized issue groups from the latest Plugin Check scan
Security
261
7 issue groups
Maintainability
244
17 issue groups
I18n
3
1 issue group
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ID at "SELECT DISTINCT p.ID FROM {$wpdb->prefix}posts as p inner join {$wpdb->prefix}term_relationships as tr ON tr.object_id=p.ID inner join {$wpdb->prefix}term_taxonomy as tax on tax.term_taxonomy_id=tr.term_taxonomy_id inner join {$wpdb->prefix}terms as t on t.term_id=tax.term_id where tax.taxonomy ='language' and t.slug='$language_code' and p.ID=$ID AND p.post_status != 'trash'"
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
Unescaped parameter $ID used in $wpdb->get_results()\n$ID assigned unsafely at line 525.
Sample message
Unescaped parameter $file_table_name used in $wpdb->get_results()\n$file_table_name assigned unsafely at line 683.
Sample message
Use placeholders and $wpdb->prepare(); found $bundle_meta_query
Sample message
$_GET['do_update_sm_uci_pro'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['image']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$customer_billing_class".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "install_csv_importer".
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Mismatched text domain. Expected 'import-woocommerce' but got 'wp-ultimate-csv-importer'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Import WooCommerce Suite" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.
Sample message
The use of function eval() is forbidden
Sample message
The use of function ini_set() is discouraged
Sample message
Detected usage of meta_value, 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
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Not analyzed yet.
First score snapshot
v2.9.1
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 514 | 80 | 434 | v2.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.