do_action( 'password_reset', WP_User $user, string $new_pass )
Fires before the user’s password is reset.
Parameters
- $user
-
(WP_User) The user.
- $new_pass
-
(string) New user password.
More Information
Runs after the user submits a new password during password reset but before the new password is actually set.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/password_reset