wpseek.com
A WordPress-centric search engine for devs and theme authors



validate_password_reset › WordPress Action Hooks

Since3.5.0
Deprecatedn/a
do_action( 'validate_password_reset', $errors, $user )
Parameters: (2)
  • () errors WP Error object.
    Required: Yes
  • () user WP_User object if the login and reset key match. WP_Error object otherwise.
    Required: Yes
Defined at:
Codex:

Fires before the password reset procedure is validated.





Source

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