Thanks FranzWegener!
I also figured it out few hours ago, there is also one more part:
update_usermeta()
to
update_user_meta()
which is an update of this function.
However, I found out that I broke a bit of the function. I was translating all the message into another language, and I found out that the required_field array didn’t update at all. (for example the first_name, last_name, user_email), I need to add in the update_user_meta if case for those fields.
And when you click update, the link should became “your-domain.com/profile=a?true (something like that).
Mine is just stays as “your-domain.com/profile” even though is already updated.
Any clue do you know what seems to be the problem?
Thanks again!!
Hey guys,
This is a great plugin.
However, I am having trouble using my custom fields for the profile page.
The problem is they wouldn’t update. I already followed every instructions above, I also included all those codes that are required. But it still does not update the profile.
Please advice, thanks1