is_email_address_unsafe WordPress Filter Hook

The is_email_address_unsafe Wordpress hook allows you to check if an email address is unsafe. This can be useful for preventing spam or other malicious activity.

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_unsafe

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

$user_email

(string)User email address.


Top ↑

Source

File: wp-includes/ms-functions.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More