Clone the default "Update Your Profile" page
Hello,
I need to create a page similar to the default "Update Your Profile" page. I tried saving the the page template file that controle the "Update Your Profile" page and renaming it as it was not displaying by default on the "edit page" in wordpress. After changing the name I was able to assign the page template to a page I created, however I the "social details" and the "additional details" section were not diplaying. The only fields that were available to be updated were first name, last name, display name, private email, website, about me, new password, password again.
I need to redirect users to this custom page after registration. I would also like to know how to redirect users to another custome page after they update this page.
The
do_action( 'personal_options_update', $_POST['user_id'] );
do_action( 'show_user_profile', $current_user );
do not retrienve the required fields.
Thanks.