wpseek.com
A WordPress-centric search engine for devs and theme authors



newblog_notify_siteadmin › WordPress Filter Hooks

Since5.4.0
Deprecatedn/a
apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id )
Parameters: (2)
  • (string) $msg Email body.
    Required: Yes
  • (int|string) $blog_id The new site's ID as an integer or numeric string.
    Required: Yes
Defined at:
Codex:

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





Source

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