apply_filters( ‘newblog_notify_siteadmin’, string $msg, int|string $blog_id )

In this article

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

Parameters

$msgstring
Email body.
$blog_idint|string
The new site’s ID as an integer or numeric string.

Source

$msg = apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id );

Changelog

VersionDescription
MU (3.0.0)MU (3.0.0)
5.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.