2121* @since 5.6.02122*2123* @param int|false$user_id The user ID associated with the email,2124*orfalseif the email does not exist.2125* @param string$email The email to check for existence.2126*/2127returnapply_filters('email_exists',$user_id,$email);2128}21292130/**2131* Checks whether a username is valid.2132*2133* @since 2.0.1
History
Introduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.