apply_filters( ‘newuser_notify_siteadmin’, string $msg, WP_User $user )

In this article

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

Parameters

$msgstring
Email body.
$userWP_User
WP_User instance of the new user.

Source

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

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.