ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Hooks
  • validate_password_reset

do_action( 'validate_password_reset', WP_Error $errors, WP_User|WP_Error $user )

Fires before the password reset procedure is validated.


Parameters

$errors

WP Error object.

$user

WP_User object if the login and reset key match. WP_Error object otherwise.


Source

File: wp-login.php

View on GitHub


Changelog

Changelog
Version Description
3.5.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy