Fires before the lost password form.
Parameters
$errors
WP_Error- A
WP_Error
object containing any errors generated by using invalid credentials. Note that the error object may not contain any errors.
Source
do_action( 'lost_password', $errors );
Fires before the lost password form.
$errors
WP_ErrorWP_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 );
User Contributed Notes
You must log in before being able to contribute a note or feedback.