do_action( 'password_reset', object $user , string $new_pass )
Fires before the user’s password is reset.
Description Description
Parameters Parameters
- $user
-
(object) The user.
- $new_pass
-
(string) New user password.
Source Source
File: wp-includes/user.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |