Export WooCommerce products, orders, users and any WordPress content to CSV, XML, Excel or Google Sheets file. Bulk export posts, pages, custom post t …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
813
13 issue groups
Security
517
11 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 $bundle_id used in $wpdb->get_results()\n$bundle_id used without escaping.
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
The plugin name includes a restricted term. Your chosen plugin name - "Export All Posts, Products, Orders & Users | WP Ultimate Exporter | WordPress CSV Export" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
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
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
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '_lp_%%'.
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'.
Potential connections found in static code analysis.
Outbound calls
7
External assets
0
Incoming endpoints
14
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v3.0
24
Latest
v2.24.1
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,341 | 289 | 1,052 | v3.0 | 2.0.0 |
| 24 | 1,493 | 363 | 1,130 | v2.24.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.