Export WooCommerce products, orders, customers, categories, tags, subscriptions & more into formatted files like CSV, XML, Excel 2007, XLS, XLSX.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,291
14 issue groups
I18n
245
4 issue groups
Security
200
7 issue groups
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "woo_cd_admin_init".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'woocommerce-exporter' but got 'woo-product-feed-elite'.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$app".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$s", but got "%d, %s" in 'Order Item #%d: %s'.
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
Detected usage of a possibly undefined superglobal array index: $_POST['date_format']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHCEOBJECT".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "sprintf( WOO_CE_PREFIX . '_%s_fields', $export_type )".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $category_placeholders used in $wpdb->get_col()\n$category_placeholders assigned unsafely at line 1424.
Sample message
Use placeholders and $wpdb->prepare(); found $count_sql
Sample message
Detected usage of a non-sanitized input variable: $_POST['enable_cron']
Sample message
The parameter "$args" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
The use of function ini_set() is discouraged
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Function "str_starts_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.4.0.
Potential connections found in static code analysis.
Outbound calls
296
External assets
1
Incoming endpoints
3
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.8.0
24
Latest
v2.7.9
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,758 | 482 | 1,276 | v2.8.0 | 2.0.0 |
| 24 | 1,752 | 480 | 1,272 | v2.7.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.