email_exists
最后更新于:2021-11-26 09:09:57
apply_filters( ’email_exists’, int|false $user_id, string $email )
Filters whether the given email exists.
参数
- $user_id
-
(int|false)
The user ID associated with the email, or false if the email does not exist. -
(string)
The email to check for existence.
源文件
文件: gc-includes/user.php