ImportUserCSV
Wordpress plugin. Add avatar upload field and import users from CSV with all metadata support. Bullk import Wordpress USERs from CSV, Mass upload avatars. Bulk entry meta fields users
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/kagorec/importusercsv/archive/refs/heads/main.zipImportUserCSV v2.00
Installation Guide
-
Download the Plugin
- Download the
ImportUserCSVplugin as a ZIP archive or clone this repository to your local machine.ImportUserCSV.zip └── import-user-csv/ └── init.php └── sample.csv
- Download the
-
Upload to WordPress
- Go to ../wp-admin/plugin-install.php
- Select ImportUserCSV.zip and after click to Activate.
-
Import Users
- In the WordPress admin menu, go to Users > Import Users CSV.
- Upload your CSV file and start the import process.
-
Result

CSV file requirements:
- The first row must contain column headers.
- Use a semicolon
;as the separator.
Plugin Features
- Bulk Import Users: Import new users or update existing users from a CSV file in one click.
- Automatic Avatar Handling: Download and assign user avatars from URLs provided in the CSV.
- Metadata Support: Fill in all standard user fields (login, email, name, nickname, description, website, etc.) and popular social network links.
- Transliteration: Automatically transliterates Cyrillic names to Latin for logins and nicknames if needed.
- Smart Update: If a user already exists, only missing fields are updated - no data is overwritten unnecessarily.
- Admin Interface: Simple, user -friendly admin page for uploading CSV files and tracking import results.
- Error Reporting: Detailed error messages and import statistics are shown after each import.
- No Language Dependencies: All interface and messages are in English, no translation files required.
Special thanks: Avatar functionality is based on Basic User Avatars by Jared Atchison.