On this page
do_action( 'retrieve_password_key', string $user_login, string $key )
Fires when a password reset key is generated.
Parameters
$user_loginstring-
The username for the user.
$keystring-
The generated password reset key.
Source
File: wp-includes/user.php. View all references
do_action( 'retrieve_password_key', $user->user_login, $key );
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 |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/retrieve_password_key