newuser_notify_siteadmin WordPress Filter Hook
The newuser_notify_siteadmin hook is triggered when a new user is registered on a WordPress site. This hook can be used to send a notification to the site administrator about the new user.
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
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |