lost_password, $errors
lost_password, $errors
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('lost_password, $errors') is found 1 times:
- /wp-login.php line 875
* * @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(