Redirect to a page after changing user password
-
Hi team!
I have tried that after the password change (password reset) redirect the url to the home page but I have not succeeded.
I am doing it using the following hooks:
USAGE:
add_action( ‘um_after_changing_user_password’, ‘function_name’, 10, 1 );EXAMPLES:
<?php
add_action( ‘um_after_changing_user_password’, ‘my_after_changing_user_password’, 10, 1 );
function my_user_login_extra( $user_id ) {
// your code here
}
?>SOURCE:
um_after_changing_user_password is located in includes/core/um-actions-password.php::line 70
Could you help me?
Thank you very much.
The page I need help with: [log in to see the link]
The topic ‘Redirect to a page after changing user password’ is closed to new replies.