Filter hook 'newblog_notify_siteadmin'

in WP Core File wp-includes/ms-functions.php at line 1471

Description

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

Occurrences

Filename Line Number
wp-includes/ms-functions.php 1471

Parameters

Type Name Description
string $msg Email body.
int|string $blog_id The new site's ID as an integer or numeric string.

PHP Doc

/**
	 * Filters the message body of the new site activation email sent
	 * to the network administrator.
	 *
	 * @since MU (3.0.0)
	 * @since 5.4.0 The `$blog_id` parameter was added.
	 *
	 * @param string     $msg     Email body.
	 * @param int|string $blog_id The new site's ID as an integer or numeric string.
	 */