You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add custom fields to my users - phone, cell and the like. This works fine in the back end, the form elements appear and seem to save, but I can't seem to get the values back in a template.
If I use
This add-on only returns the all the native user fields. You would have to take the users ID and use a get_user_meta query to grab any custom meta details. I will look to see if there is a way to grab all the other user_meta and add it to the returned array.
Hi
I'm trying to add custom fields to my users - phone, cell and the like. This works fine in the back end, the form elements appear and seem to save, but I can't seem to get the values back in a template.
If I use
I can only see the native user fields.
(values redacted)
The text was updated successfully, but these errors were encountered: