Import CSV, XML and Excel files into WordPress. Bulk import posts, pages, WooCommerce products, users, ACF fields, images, custom post types and more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,555
14 issue groups
Security
2,304
10 issue groups
I18n
58
1 issue group
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ID at "SELECT post_status FROM {$wpdb->prefix}posts WHERE id = $ID"
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $ID used in $wpdb->get_var()\n$ID assigned unsafely at line 98.
Sample message
Unescaped parameter $acf_fields_table used in $wpdb->query()\n$acf_fields_table assigned unsafely at line 170.
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $bundle_meta
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['csvFile']['error']. 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 '$current_file'.
Sample message
Missing $domain parameter in function call to __().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Expression of type {$expr->getType()} cannot be evaluated"'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
Attempting a database schema change is discouraged.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_plugin".
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 meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "debug_bar_title".
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 use of function ini_set() is discouraged
Potential connections found in static code analysis.
Outbound calls
129
External assets
105
Incoming endpoints
66
No public endpoints 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
54 more hidden
4 score snapshots
v9.1
24
Latest
v9.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 5,094 | 1,196 | 3,898 | v9.1 | 2.0.0 |
| 23 | 5,158 | 1,220 | 3,938 | v9.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.