wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



check_password › WordPress Filter Hooks

Da2.5.0
Deprecaton/a
apply_filters( 'check_password', $check, $password, $hash, $user_id )
Parametri: (4)
  • (bool) $check Whether the passwords match.
    Richiesto:
  • (string) $password The plaintext password.
    Richiesto:
  • (string) $hash The hashed password.
    Richiesto:
  • (string|int) $user_id User ID. Can be empty.
    Richiesto:
Definito a:
Codex:

Filters whether the plaintext password matches the encrypted password.





Sorgenti

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