Easily export WooCommerce customers' data to CSV or XLSX with advanced filters and smart field support.
Prioritized issue groups from the latest Plugin Check scan
Security
67
7 issue groups
I18n
44
2 issue groups
Maintainability
42
16 issue groups
Sample message
Mismatched text domain. Expected 'export-customers-data' but got "woo-cde".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['REQUEST_URI']'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$code".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['mt'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['mt']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
The $text parameter must be a single text string literal. Found: str_replace('_', ' ', ucfirst($field_key))
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "XLSXWriter".
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
Sample message
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
Potential connections found in static code analysis.
Outbound calls
57
External assets
1
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
First score snapshot
v1.2.7
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 158 | 109 | 49 | v1.2.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.