wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



check_password › Les Filtres WordPress

Depuis2.5.0
Dépréciéen/a
apply_filters( 'check_password', $check, $password, $hash, $user_id )
Paramètres: (4)
  • (bool) $check Whether the passwords match.
    Requis: Oui
  • (string) $password The plaintext password.
    Requis: Oui
  • (string) $hash The hashed password.
    Requis: Oui
  • (string|int) $user_id User ID. Can be empty.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether the plaintext password matches the encrypted password.





Source

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