Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Redirect after confirm new password */
- function redirect_after_create_password() {
- wp_redirect( home_url() );
- exit;
- }
- add_action( 'after_password_reset', 'redirect_after_create_password' );
Add Comment
Please, Sign In to add comment