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



email_exists › WordPress Filter Hooks

Da5.6.0
Deprecaton/a
apply_filters( 'email_exists', $user_id, $email )
Parametri: (2)
  • (int|false) $user_id The user ID associated with the email, or false if the email does not exist.
    Richiesto:
  • (string) $email The email to check for existence.
    Richiesto:
Definito a:
Codex:

Filters whether the given email exists.





Sorgenti

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