On this page
do_action( 'retrieve_password', string $user_login )
Fires before a new password is retrieved.
Parameters
$user_loginstring-
The user login name.
Source
File: wp-includes/user.php. View all references
do_action( 'retrieve_password', $user->user_login );
Related
Used By
| Used By | Description |
|---|---|
| get_password_reset_key() wp-includes/user.php | Creates, stores, then returns a password reset key for user. |
Changelog
| Version | Description |
|---|---|
| 1.5.1 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/retrieve_password