Core Function
View Source on Trac ↗ is_email_address_unsafe()
is_email_address_unsafe( mixed $user_email ) Checks an email address against a list of banned domains.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $user_email string | The email provided by the user at registration. Required |
Return Value
(bool)
True when the email address is banned, false otherwise.
Function Information
Since Version
MU (3.0.0)
Source File
wp-includes/ms-functions.php
Advertisement