send_email_change_email WordPress Filter Hook

The send_email_change_email hook is called when an email address change is requested for a user. It allows for the email change to be confirmed or denied.

apply_filters( 'send_email_change_email', bool $send, array $user, array $userdata ) #

Filters whether to send the email change email.


Description

Top ↑

See also


Top ↑

Parameters

$send

(bool)Whether to send the email.

$user

(array)The original user array.

$userdata

(array)The updated user array.


Top ↑

More Information

It is part of the wp_update_user() function.


Top ↑

Source

File: wp-includes/user.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.3.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