Core Function
View Source on Trac ↗ email_exists()
email_exists( mixed $email ) Determines whether the given email exists.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $email string | The email to check for existence. Required |
Return Value
((int)
| false) The user ID on success, false on failure.
Function Information
Since Version
2.1.0
Source File
wp-includes/user.php
Advertisement