ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • retrieve_password
  • lostpassword_post

do_action( 'lostpassword_post', WP_Error $errors )

Fires before errors are returned from a password reset request.


Parameters

$errors

(WP_Error) A WP_Error object containing any errors generated by using invalid credentials.


Source

File: wp-login.php

View on GitHub


Related

Used By

Used By
Used By Description
wp-login.php: retrieve_password()

Handles sending password retrieval email to user.


Changelog

Changelog
Version Description
WP-4.4.0 Added the $errors parameter.
WP-2.1.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy