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.
$old_user_data
WP_User- Object containing user’s data prior to update.
Source
/**
Fires after the user password is set.
$password
string$user_id
int$old_user_data
WP_User/**
User Contributed Notes
You must log in before being able to contribute a note or feedback.