Fires after the user password is set.
Parameters
$password
string- The plaintext password just set.
$user_id
int- The ID of the user whose password was just set.
Source
do_action( 'wp_set_password', $password, $user_id );
Changelog
Version | Description |
---|---|
6.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.