WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about send_network_admin_email_change_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 2821 /**
* Filters whether to send the network admin email change notification email.
*
* @since 4.9.0
*
* @param bool $send Whether to send the email notification.
* @param string $old_email The old network admin email address.
* @param string $new_email The new network admin email address.
* @param int $network_id ID of the network.
*/

Hook Parameters

Parameter Type Name Description
bool $send Whether to send the email notification.
string $old_email The old network admin email address.
string $new_email The new network admin email address.
int $network_id ID of the network.