Bulk import and export WordPress users and WooCommerce customers from CSV, including roles, passwords and any custom meta.
Prioritized issue groups from the latest Plugin Check scan
Security
842
11 issue groups
I18n
256
3 issue groups
Maintainability
246
11 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Mismatched text domain. Expected 'import-users-from-csv-with-meta' but got 'action-scheduler'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$group is not a name of a group in Customer Area<br/>"'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.
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
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
$_GET['search'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "add_user_to_blog".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['uploadfile']['name']
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['uploadfile']['error']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "as_enqueue_async_action".
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CronExpression".
Sample message
The use of function ini_set() is discouraged
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$errors_totals".
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 19.
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
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Problems with user: "%s" does not exist, error: %s'.
Potential connections found in static code analysis.
Outbound calls
82
External assets
2
Incoming endpoints
17
register_rest_route
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
1 more hidden
12 score snapshots
v2.4.9
24
Latest
v2.4.8
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,403 | 1,046 | 357 | v2.4.9 | 2.0.0 |
| 24 | 1,403 | 1,046 | 357 | v2.4.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.