Bulk import WordPress users and WooCommerce customers with full user meta, custom fields, billing & shipping details, and membership data from CSV …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
88
13 issue groups
Security
72
6 issue groups
Repo Compliance
4
4 issue groups
I18n
3
2 issue groups
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $created_count at "UPDATE $log_table_name SET created = $created_count WHERE hash_key = '$hash_key'"
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 $attach_id used in $wpdb->get_results()\n$attach_id assigned unsafely at line 91.
Sample message
Unescaped parameter $log_table_name used in $wpdb->get_results()\n$log_table_name assigned unsafely at line 29.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['image']. Check that the array index exists before using it.
Sample message
$_POST['image'] 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: "$billing_class".
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: "install_csv_importer".
Sample message
Mismatched text domain. Expected 'import-users' but got 'wp-ultimate-csv-importer'.
Sample message
The use of function eval() is forbidden
Sample message
Use placeholders and $wpdb->prepare(); found $update_query
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: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
Plugin name "User Import with meta - WP Ultimate CSV Importer Add-on" is different from the name declared in plugin header "Import Users".
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Sample message
The "Text Domain" header in the plugin file should only contain lowercase letters, numbers, and hyphens. Found "Import-Users".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "User Import with meta - WP Ultimate CSV Importer Add-on" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Not analyzed yet.
First score snapshot
v1.7
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 167 | 27 | 140 | v1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.