wordpress / latest / hooks / after_password_reset.html

do_action( 'after_password_reset', WP_User $user, string $new_pass )

Fires after the user’s password is reset.

Parameters

$user WP_User
The user.
$new_pass string
New user password.

Source

File: wp-includes/user.php. View all references

do_action( 'after_password_reset', $user, $new_pass );

Used By

Used By Description

Changelog

Version Description
4.4.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/after_password_reset