Modify edit profile page
Hello,
I have add some extra fields to the register form, using hooks in functions.php
My users can now register with a more complete profile.
An administrator can modify the user's info in the back-office.
Now I'd like to let the users update their profile info on the front-end.
The hooks used in fiunctions.php seem to have no effect on the edit-profile page in the front-end, and I guess it's because the edit-profile template is used.
Is there a way to display the extra fields of my users profiles in edt-proifile page, and give theme the ability to update their infos ? Thank you.