apply_filters( 'email_exists', int|false $user_id , string $email )
Filters whether the given email exists.
Parameters
- $user_id
-
(int|false) The user ID associated with the email, or false if the email does not exist.
-
(string) The email to check for existence.
Source
File: wp-includes/user.php
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |