首页 WordPress函数大全 is_email_address_unsafe()

is_email_address_unsafe()

2020-05-02 / 3185阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

is_email_address_unsafe( string $user_email )

Checks an email address against a list of banned domains.

描述

This function checks against the Banned Email Domains list at wp-admin/network/settings.php. The check is>

参数

$user_email

(string)
(Required)
The email provided by the user at registration.

返回

(bool) Returns true when the email address is banned.

大家谈论
    我的见解