send_network_admin_email_change_email

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$send

Whether to send the email notification.

$old_email

The old network admin email address.

$new_email

The new network admin email address.

$network_id

ID of the network.

Source Source

File: wp-includes/ms-functions.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.

Advertisement

Leave a Reply