apply_filters( 'is_email_address_unsafe', bool $is_email_address_unsafe, string $user_email )

Filters whether an email address is unsafe.


Description Description


Parameters Parameters

$is_email_address_unsafe

(bool) Whether the email address is "unsafe". Default false.

$user_email

(string) User email address.


Top ↑

Source Source

File: wp-includes/ms-functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.