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



email_exists › Les Filtres WordPress

Depuis5.6.0
Dépréciéen/a
apply_filters( 'email_exists', $user_id, $email )
Paramètres: (2)
  • (int|false) $user_id The user ID associated with the email, or false if the email does not exist.
    Requis: Oui
  • (string) $email The email to check for existence.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether the given email exists.





Source

return apply_filters( 'email_exists', $user_id, $email );