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



check_password › WordPress Filter Hooks

Seit6.8.0
Veraltetn/v
apply_filters( 'check_password', $check, $password, $hash, $user_id )
Parameter: (4)
  • () check Whether the passwords match.
    Erforderlich: Ja
  • () password The plaintext password.
    Erforderlich: Ja
  • () hash The hashed password.
    Erforderlich: Ja
  • () user_id Optional ID of a user associated with the password. Can be empty.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the plaintext password matches the hashed password.





Quellcode

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