On this page
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
Source
File: wp-includes/ms-functions.php. View all references
$msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user );
Related
Used By
| Used By | Description |
|---|---|
| newuser_notify_siteadmin() wp-includes/ms-functions.php | Notifies the network admin that a new user has been activated. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/newuser_notify_siteadmin