[Plugin: Import Users from CSV] Extra fields appear in profile but won't update
-
I used Import Users from CSV successfully to import 1020 users with extended fields. The extended fields (including street1, street2, city, province, postal_code, etc.) all appeared in the wp_usermeta table with proper values. I want useres to see these values in their profiles when they log in, and to be able to update them.
By editing the WordPress file, \wp-admin\user-edit.php I was able to make all fields appear in the profile. It looks like all the logins work fine. So what’s the problem? —
I cannot get the extended fields to update! If a user enters a new value for user_email, user_url, first_name or last_name, the update performs flawlessly. But if the user tried to enter a new value for street1, street2, city, province or postal_code, nothing happens! The value in the database doesn’t change.
I definitely do not understand exactly how WP performs its updates in the database.
Can anyone help me here? Is there a way of changing user-edit.php to get the updates to happen, or do I need to go elsewhere? I’ve been spending way too much time on this!! Thank you.
https://www.ads-software.com/extend/plugins/import-users-from-csv/
- The topic ‘[Plugin: Import Users from CSV] Extra fields appear in profile but won't update’ is closed to new replies.