On this page
do_action( 'lostpassword_post', WP_Error $errors, WP_User|false $user_data )
Fires before errors are returned from a password reset request.
Parameters
Source
File: wp-includes/user.php. View all references
do_action( 'lostpassword_post', $errors, $user_data );
Related
Used By
| Used By | Description |
|---|---|
| retrieve_password() wp-includes/user.php | Handles sending a password retrieval email to a user. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/lostpassword_post