this addon to allow users to be imported without an associated email address.','import-users-from-csv-with-meta' ), 'https://import-wp.com/allow-no-email-addon/' ) ); ?>
doesn't exist in your users table: WordPress core does not allow us insert it, so it will throw an error of kind: invalid_user_id", 'import-users-from-csv-with-meta' ); ?>
exists: plugin check if username is the same, if yes, it will update the data, if not, it ignores the cell to avoid problems", 'import-users-from-csv-with-meta' ); ?>
create a column password: if cell is empty, password won't be updated; if cell has a value, it will be used.", 'import-users-from-csv-with-meta' ); ?>
create a column called user_pass: this will be a hashed password that will be inserted directly in database, this is the best option to move users with their passwords using export tool", 'import-users-from-csv-with-meta' ); ?>
don't create a column for passwords (nor user_pass nor password): passwords will be generated automatically.", 'import-users-from-csv-with-meta' ); ?>
don't create a column for roles: roles would be chosen from the 'Default role' field in import screen.", 'import-users-from-csv-with-meta' ); ?>
create a column called 'role': if cell is empty, roles would be chosen from 'Default role' field in import screen; if cell has a value, it will be used as role, if this role doesn't exist the default one would be used", 'import-users-from-csv-with-meta' ); ?>
a list of roles using commas to separate values.", 'import-users-from-csv-with-meta' ); ?>
no role checkbox or write no_role in the column role, the users created or updated won't have any role assigned.", 'import-users-from-csv-with-meta' ); ?>
::
:: to separate the key from the value. For example: ", 'import-users-from-csv-with-meta' ); ?>key1=>value1::key2=>value2::key3=>value3
you should be careful if you use a plugin to modify any of these functions.", 'import-users-from-csv-with-meta'); ?>
support the standard WordPress method and WooCommerce but if you use other plugins that modify these views or actions you may have problems with infinite redirection loops with users who have this option checked.", 'import-users-from-csv-with-meta'); ?>