wpseek.com
A WordPress-centric search engine for devs and theme authors



email_exists › WordPress Filter Hooks

Since5.6.0
Deprecatedn/a
apply_filters( 'email_exists', $user_id, $email )
Parameters: (2)
  • (int|false) $user_id The user ID associated with the email, or false if the email does not exist.
    Required: Yes
  • (string) $email The email to check for existence.
    Required: Yes
Defined at:
Codex:

Filters whether the given email exists.





Source

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