apply_filters( 'newuser_notify_siteadmin', string $msg , WP_User $user )
Filters the message body of the new user activation email sent to the network administrator.
Parameters
- $msg
-
Email body.
- $user
-
WP_User instance of the new user.
Source
Changelog
Version | Description |
---|---|
WP-MU | Introduced. (3.0.0) |