WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about email_exists

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 1968 /**
* Filters whether the given email exists.
*
* @since 5.6.0
*
* @param int|false $user_id The user ID associated with the email,
* or false if the email does not exist.
* @param string $email The email to check for existence.
*/

Hook Parameters

Parameter Type Name Description
int|false $user_id The user ID associated with the email,
string $email The email to check for existence.