WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about newblog_notify_siteadmin

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 1463 /**
* 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.
*/

Hook Parameters

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