ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Hooks
  • lost_password

do_action( 'lost_password', WP_Error $errors )

Fires before the lost password form.


Parameters

$errors

A WP_Error object containing any errors generated by using invalid credentials. Note that the error object may not contain any errors.


Source

File: wp-login.php

View on GitHub


Changelog

Changelog
Version Description
5.1.0 Added the $errors parameter.
1.5.1 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy