email_exists

email_exists

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('email_exists') is found 1 times:

  • /wp-includes/user.php line 1985
    	 * @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.
    	 */
    	return apply_filters( 'email_exists', $user_id, $email );
    }
    
    /**
     * Checks whether a username is valid.
     *
     * @since 2.0.1