Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

WPMU Functions/is email address unsafe

This page redirects to an external site: https://developer.wordpress.org/reference/functions/is_email_address_unsafe/

Description

Looks in the banned names list and if there are any matches it returns true.

Parameters

$user_email
(string) (required) The email address to be checked.
Default: None

Return Values

(boolean) 
True, if email address is unsafe, else false.

Usage

<?php is_email_address_unsafe($user_email); ?>