The #1 WordPress import export plugin. Bulk import CSV, XML & Excel into WordPress — WooCommerce products, posts, users, ACF fields, and more. Free.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,416
13 issue groups
Security
2,182
11 issue groups
I18n
25
1 issue group
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $ID at "SELECT ID FROM {$wpdb->prefix}posts WHERE ID = '$ID' AND post_type = '$post_type' AND post_status != 'trash' order by ID DESC "
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
Unescaped parameter $ID used in $wpdb->get_results()\n$ID assigned unsafely at line 679.
Sample message
Unescaped parameter $acf_fields_table used in $wpdb->query()\n$acf_fields_table assigned unsafely at line 170.
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 $attr
Sample message
Processing form data without nonce verification.
Sample message
$_GET['do_update_sm_uci_pro'] 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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_plugin".
Sample message
Attempting a database schema change is discouraged.
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
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
Processing form data without nonce verification.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "debug_bar_title".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['csvFile']['name']
Potential connections found in static code analysis.
Outbound calls
142
External assets
106
Incoming endpoints
52
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
40 more hidden
2 score snapshots
v8.1
23
Latest
v8.0.1
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 4,800 | 1,158 | 3,642 | v8.1 | 2.0.0 |
| 23 | 4,635 | 1,119 | 3,516 | v8.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.