W3cubDocs

/WordPress

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.

Source

File: wp-includes/ms-functions.php

View on Trac

Changelog

Version Description
4.9.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/send_network_admin_email_change_email