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



check_passwords › WordPress Action Hooks

Seit1.5.1
Veraltetn/v
do_action_ref_array( 'check_passwords', array( $user->user_login, &$pass1, &$pass2 )
Parameter: (3)
  • (string) $user_login The username.
    Erforderlich: Ja
  • (string) $pass1 The password (passed by reference).
    Erforderlich: Ja
  • (string) $pass2 The confirmed password (passed by reference).
    Erforderlich: Ja
Definiert in:
Codex:

Fires before the password and confirm password fields are checked for congruity.





Quellcode

do_action_ref_array( 'check_passwords', array( $user->user_login, &$pass1, &$pass2 ) );