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



check_password › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'check_password', $check, $password, $hash, $user_id )
Parameter: (4)
  • (bool) $check Whether the passwords match.
    Erforderlich: Ja
  • (string) $password The plaintext password.
    Erforderlich: Ja
  • (string) $hash The hashed password.
    Erforderlich: Ja
  • (string|int) $user_id User ID. Can be empty.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the plaintext password matches the encrypted password.





Quellcode

return apply_filters( 'check_password', $check, $password, $hash, $user_id );