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



newuser_notify_siteadmin › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'newuser_notify_siteadmin', $msg, $user )
Parameters: (2)
  • () msg Email body.
    Required: Yes
  • () 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 );