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

string

Email body.

$blog_id

int|string

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

Source

File: wp-includes/ms-functions.php.

View all references

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

Leave a Reply

Your email address will not be published. Required fields are marked *