lostpassword_post

lostpassword_post

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('lostpassword_post') is found 1 times:

  • /wp-includes/user.php line 3112
    	 * @param WP_Error      $errors    A WP_Error object containing any errors generated
    	 *                                 by using invalid credentials.
    	 * @param WP_User|false $user_data WP_User object if found, false if the user does not exist.
    	 */
    	do_action( 'lostpassword_post', $errors, $user_data );
    
    	/**
    	 * Filters the errors encountered on a password reset request.
    	 *
    	 * The filtered WP_Error object may, for example, contain errors for an invalid
    	 * username or email address. A WP_Error object should always be returned,
    

See this hook used in plugins: