wpseek.com
WordPress开发者和主题制作者的搜索引擎



newblog_notify_siteadmin › WordPress过滤钩子

Since5.4.0
已弃用n/a
apply_filters( 'newblog_notify_siteadmin', $msg, $blog_id )
参数: (2)
  • (string) $msg Email body.
    Required: Yes
  • (int|string) $blog_id The new site's ID as an integer or numeric string.
    Required: Yes
定义在:
文档:

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





源码

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