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



email_exists › WordPress Filter Hooks

Seit5.6.0
Veraltetn/v
apply_filters( 'email_exists', $user_id, $email )
Parameter: (2)
  • (int|false) $user_id The user ID associated with the email, or false if the email does not exist.
    Erforderlich: Ja
  • (string) $email The email to check for existence.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the given email exists.





Quellcode

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