lost_password

lost_password

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('lost_password') is found 1 times:

  • /wp-login.php line 874
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    *
     * @param WP_Error $errors A `WP_Error` object containing any errors generated by using invalid
     *                         credentials. Note that the error object may not contain any errors.
     */
    do_action( 'lost_password', $errors );
     
    login_header(
        __( 'Lost Password' ),
        wp_get_admin_notice(
            __( 'Please enter your username or email address. You will receive an email message with instructions on how to reset your password.' ),
            array(