is_email
最后更新于:2021-11-27 02:12:19
apply_filters( ‘is_email’, string|false $is_email, string $email, string $context )
Filters whether an email address is valid.
参数
- $is_email
-
(string|false)
The email address if successfully passed the is_email() checks, false otherwise. -
(string)
The email address being checked. - $context
-
(string)
Context under which the email was tested.
源文件
文件: gc-includes/formatting.php