do_action( 'password_reset', object $user, string $new_pass )

Fires before the user’s password is reset.


Description


Parameters

$user

(object) The user.

$new_pass

(string) New user password.


Top ↑

Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog

Version Description
1.5.0 Introduced.