Action hook 'resetpass_form'

in WP Core File wp-login.php at line 1064

Description

Fires following the 'Strength indicator' meter in the user password reset form.

Occurrences

Filename Line Number
wp-login.php 1064

Parameters

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

PHP Doc

/**
			 * 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.
			 */