do_action( ‘wp_set_password’, string $password, int $user_id )

In this article

Fires after the user password is set.

Parameters

$passwordstring
The plaintext password just set.
$user_idint
The ID of the user whose password was just set.

Source

do_action( 'wp_set_password', $password, $user_id );

Changelog

VersionDescription
6.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.