Action hook 'lost_password'

in WP Core File wp-login.php at line 867

Description

Fires before the lost password form.

Occurrences

Filename Line Number
wp-login.php 867

Parameters

Type Name Description
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.

PHP Doc

/**
		 * Fires before the lost password form.
		 *
		 * @since 1.5.1
		 * @since 5.1.0 Added the `$errors` parameter.
		 *
		 * @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.
		 */