| 开发者 |
carazo
hornero |
|---|---|
| 更新时间 | 2026年5月14日 20:36 |
| 捐献地址: | 去捐款 |
| PHP版本: | 3.4 及以上 |
| WordPress版本: | 6.9.4 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
comma ,, semicolon ; and bar |You should fill the first two columns with the next values: Username, Email. The next columns are totally customizable and you can use whatever you want. All rows must contains same columns. User profile will be adapted to the kind of data you have selected. If you want to disable the extra profile information, please deactivate this plugin after make the import.
You can use a column called id in order to make inserts or updates of an user using the ID used by WordPress in the wp_users table. We have two different cases:
We can use a column called "Password" to manage a string that contains user passwords. We have different options for this case:
Plugin can import serialized data. You have to use the serialized string directly in the CSV cell in order the plugin will be able to understand it as an serialized data instead as any other string.
Plugin can import lists as an array. Use this separator: :: two colons, inside the cell in order to split the string in a list of items.
You can use those labels if you want to set data adapted to the WordPress default user columns (the ones who use the function wp_update_user)
You can upload as many files as you want, but all must have the same columns. If you upload another file, the columns will change to the form of last file uploaded.
You can export a file with all your users data using "Export" tab. There you will be able to find some filters and options to prepare your export.
If you want to extend this plugin or use this plugin with any other, here you have a list with all hooks available in the plugin.
Thanks, donations help us to continue improving our plugins and allow us to give the best support in the forums Donate Here via PayPal.
Of course! In Codection we help you to import, migrate, synchronized, update or any other operation you will need to do with your users. Contact us at contacto@codection.com for more information.
You can get:
Yes. Export users from your old site using the Export tab, then import the resulting CSV into your new site. Hashed passwords can be transferred using the user_pass column so users keep their existing passwords without needing to reset them.
Yes. Add WooCommerce billing and shipping fields as columns in your CSV (e.g. billing_first_name, billing_email, shipping_address_1) and the plugin will populate them automatically when importing users with the customer role.
Yes. The plugin has addons for Advanced Custom Fields, BuddyPress/BuddyBoss, Paid Membership Pro, WooCommerce Memberships, WooCommerce Subscriptions and many others. Custom meta fields not covered by an addon can still be imported by using the meta key as the column header.
Yes. The plugin checks for existing users by username and email before inserting. If a match is found the user is updated instead of created. You can also control whether passwords and roles are overwritten on update.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
allow_update_emails vs update_emails_existing_users)maybe_enable_wordpress_core_emails never actually re-enabling the filters, because anonymous closures cannot be removed with remove_filterignored user count is now tracked in the results array and propagated correctly across batch steps