Drag & drop to export orders to CSV, Excel, or XML files of any format. Supports customer data, line items, date range filtering, and more with po …
Prioritized issue groups from the latest Plugin Check scan
Security
115
13 issue groups
I18n
53
4 issue groups
Maintainability
46
8 issue groups
Sample message
Mismatched text domain. Expected 'order-export-for-woocommerce' but got "wp_all_export_plugin".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $this->table at "DELETE FROM $this->table WHERE "
Sample message
Use placeholders and $wpdb->prepare(); found $in_orders
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"::$method doesn't exist."'.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".
Sample message
Unescaped parameter $in_orders used in $wpdb->get_results()\n$in_orders assigned unsafely at line 207.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['export_id']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "XmlExportWooCommerce".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_URI']
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $keyword
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Unescaped parameter $this used in $wpdb->query()
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Not analyzed yet.
First score snapshot
v1.0.5
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 220 | 109 | 111 | v1.0.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.