send_network_admin_email_change_email WordPress Filter Hook

The send_network_admin_email_change_email hook allows you to send an email to the network administrator when an email address is changed. This can be useful for keeping track of changes to your network or for security purposes.

apply_filters( 'send_network_admin_email_change_email', bool $send, string $old_email, string $new_email, int $network_id ) #

Filters whether to send the network admin email change notification email.


Parameters

$send

(bool)Whether to send the email notification.

$old_email

(string)The old network admin email address.

$new_email

(string)The new network admin email address.

$network_id

(int)ID of the network.


Top ↑

Source

File: wp-includes/ms-functions.php

View on Trac



Top ↑

Changelog

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