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



newuser_notify_siteadmin › WordPress过滤钩子

SinceMU (3.0.0)
已弃用n/a
apply_filters( 'newuser_notify_siteadmin', $msg, $user )
参数: (2)
  • (string) $msg Email body.
    Required: Yes
  • (WP_User) $user WP_User instance of the new user.
    Required: Yes
定义在:
文档:

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





源码

$msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user );