WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about password_reset

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php do_action 3282 /**
* Fires before the user's password is reset.
*
* @since 1.5.0
*
* @param WP_User $user The user.
* @param string $new_pass New user password.
*/

Hook Parameters

Parameter Type Name Description
int $expiration The expiration time in seconds.