Filters whether an email address is unsafe.
Parameters
$is_email_address_unsafe
bool- Whether the email address is "unsafe". Default false.
$user_email
string- User email address.
Source
return apply_filters( 'is_email_address_unsafe', $is_email_address_unsafe, $user_email );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.