Filters the message body of the new user activation email sent to the network administrator.
Parameters
Source
$msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
Filters the message body of the new user activation email sent to the network administrator.
$msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user );
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.