On this page
apply_filters( 'is_email_address_unsafe', bool $is_email_address_unsafe, string $user_email )
Filters whether an email address is unsafe.
Parameters
$is_email_address_unsafebool-
Whether the email address is "unsafe". Default false.
$user_emailstring-
User email address.
Source
File: wp-includes/ms-functions.php. View all references
return apply_filters( 'is_email_address_unsafe', $is_email_address_unsafe, $user_email );
Related
Used By
| Used By | Description |
|---|---|
| is_email_address_unsafe() wp-includes/ms-functions.php | Checks an email address against a list of banned domains. |
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/is_email_address_unsafe