apply_filters( 'newblog_notify_siteadmin', string $msg, int|string $blog_id )

Filters the message body of the new site activation email sent to the network administrator.


Parameters

$msg

Email body.

$blog_id

The new site's ID as an integer or numeric string.


Source

File: wp-includes/ms-functions.php

View on GitHub



Changelog

Changelog
Version Description
5.4.0 The $blog_id parameter was added.
MU (3.0.0) Introduced. MU (3.0.0)