On this page
apply_filters( 'email_exists', int|false $user_id, string $email )
Filters whether the given email exists.
Parameters
$user_idint|false-
The user ID associated with the email, or false if the email does not exist.
$emailstring-
The email to check for existence.
Source
File: wp-includes/user.php. View all references
return apply_filters( 'email_exists', $user_id, $email );
Related
Used By
| Used By | Description |
|---|---|
| email_exists() wp-includes/user.php | Determines whether the given email exists. |
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/email_exists