wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



validate_password_reset › WordPress Action Hooks

Seit3.5.0
Veraltetn/v
do_action( 'validate_password_reset', $errors, $user )
Parameter: (2)
  • (WP_Error) $errors WP Error object.
    Erforderlich: Ja
  • (WP_User|WP_Error) $user WP_User object if the login and reset key match. WP_Error object otherwise.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before the password reset procedure is validated.





Quellcode

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