Populate custom metadata field
-
Here’s the situation:
I have a plugin that requires me to manually enter an email address and password into the user’s profile – it’s not the same as the standard WordPress email address and password.
The thing is – the email address is always the same as the WordPress email, and the password is the same for everyone. (It’s for a simple SSO plugin).
Is there a way to either:
- Add a hidden field into the registration form that will populate the specific wp_usermeta fields, or
- Add code to the functions.php similar to this article, where it defines those fields automatically
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Populate custom metadata field’ is closed to new replies.