do_action( ‘validate_password_reset’, WP_Error $errors, WP_User|WP_Error $user )

In this article

Fires before the password reset procedure is validated.

Parameters

$errorsWP_Error
WP Error object.
$userWP_User|WP_Error
WP_User object if the login and reset key match. WP_Error object otherwise.

Source

do_action( 'validate_password_reset', $errors, $user );

Changelog

VersionDescription
3.5.0Introduced.

User Contributed Notes

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