WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about resetpass_form

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php do_action 989 /**
* Fires following the 'Strength indicator' meter in the user password reset form.
*
* @since 3.9.0
*
* @param WP_User $user User object of the user whose password is being reset.
*/

Hook Parameters

Parameter Type Name Description
WP_User $user User object of the user whose password is being reset.