after_password_reset

after_password_reset

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('after_password_reset') is found 1 times:

  • /wp-includes/user.php line 3324
    	 *
    	 * @param WP_User $user     The user.
    	 * @param string  $new_pass New user password.
    	 */
    	do_action( 'after_password_reset', $user, $new_pass );
    }
    
    /**
     * Handles registering a new user.
     *
     * @since 2.5.0