Import and export users and customers

Bulk import and export WordPress users and WooCommerce customers from CSV, including roles, passwords and any custom meta.

v2.3.7Javier CarazoUpdated Added 70k+ installs94% rating100% support resolved
24
Score
1,046
Errors
356
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance97
Maintainability0

Top Issues by Category

security837
maintainability251
i18n249

Issues Details

1,402 issues found in latest scan

ERROR463
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR197
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'import-users-from-csv-with-meta' but got 'action-scheduler'.

ERROR150
WordPress.Security.EscapeOutput.OutputNotEscaped

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/>"'.

ERROR92
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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"'.

WARNING72
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING61
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR52
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING31
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;search&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERROR27
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING26
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;add_user_to_blog&quot;.

WARNING25
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES[&#039;uploadfile&#039;][&#039;name&#039;]

WARNING16
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $column_name used in $wpdb-&gt;get_var()

WARNING15
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;uploadfile&#039;][&#039;error&#039;]. Check that the array index exists before using it.

WARNING14
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING13
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;as_enqueue_async_action&quot;.

ERROR11
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $query

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CronExpression&quot;.

WARNING10
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

ERROR7
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 19.

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$errors_totals&quot;.

ERROR7
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR6
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

WARNING6
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING6
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

Latest Snapshot

Findings

1,402

Errors

1,046

Warnings

356

Score History

First score snapshot

First scan completed

v2.3.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v2.3.7

24

Latest

Findings
1,402
Errors
1,046
Warnings
356
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins