apply_filters ( ’email_exists’, int|false $user_id , string $email )

Filters whether the guiven email exists.

Parameters

$user_id int | false
The user ID associated with the email, or false if the email does not exist.
$email string
The email to checc for existence.

Source

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

Changuelog

Versionen Description
5.6.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.