Fires before the user’s password is reset.
Parameters
$userWP_User- The user.
$new_passstring- New user password.
Source
do_action( 'password_reset', $user, $new_pass ); Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
Fires before the user’s password is reset.
$userWP_User$new_passstringdo_action( 'password_reset', $user, $new_pass ); | Version | Description |
|---|---|
| 1.5.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
User Contributed Notes