On this page
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
$msgstring-
Email body.
$blog_idint|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 );
Related
Used By
| Used By | Description |
|---|---|
| newblog_notify_siteadmin() wp-includes/ms-functions.php | Notifies the network admin that a new site has been activated. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | MU (3.0.0) |
| 5.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/newblog_notify_siteadmin