Export WooCommerce products, orders, users, and any WordPress content to CSV, XML, or Excel. Bulk export posts, pages, custom post types, and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
813
14 issue groups
Security
670
10 issue groups
I18n
2
1 issue group
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 $addresses_table at "SELECT * FROM $addresses_table WHERE customer_id = %d AND type = 'billing' AND is_primary = 1 LIMIT 1"
Sample message
Unescaped parameter $attr_name used in $wpdb->get_results()\n$attr_name assigned unsafely at line 1065.
Sample message
Use placeholders and $wpdb->prepare(); found $cross_selldata_query
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $addresses_table used in $wpdb->get_row()\n$addresses_table assigned unsafely at line 249.
Sample message
$_POST['conditions'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$customer_rev_class".
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Processing form data without nonce verification.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_POST['filePath']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['conditions']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "install_csv_importer".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EXPORTER_VERSION".
Sample message
Mismatched text domain. Expected 'wp-ultimate-exporter' but got 'wp-ultimate-csv-importer'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Ultimate Exporter" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Possible use of short open tags detected; found: <? php//_e('Important note: Please upgrade...
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dom'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Not analyzed yet.
First score snapshot
v2.24.1
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,493 | 363 | 1,130 | v2.24.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.