Filter hook 'email_exists'

in WP Core File wp-includes/user.php at line 2020

Description

Filters whether the given email exists.

Occurrences

Filename Line Number
wp-includes/user.php 2020

Parameters

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

PHP Doc

/**
	 * 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.
	 */