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



newuser_notify_siteadmin › WordPress Filter Hooks

SinceMU (3.0.0)
Deprecatedn/a
apply_filters( 'newuser_notify_siteadmin', $msg, $user )
Parameters: (2)
  • (string) $msg Email body.
    Required: Yes
  • (WP_User) $user WP_User instance of the new user.
    Required: Yes
Defined at:
Codex:

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





Source

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