do_action( ‘resetpass_form’, WP_User $user )

In this article

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

Parameters

$userWP_User
User object of the user whose password is being reset.

Source

do_action( 'resetpass_form', $user );

Changelog

VersionDescription
3.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.