WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about newuser_notify_siteadmin

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 1519 /**
* Filters the message body of the new user activation email sent
* to the network administrator.
*
* @since MU (3.0.0)
*
* @param string $msg Email body.
* @param WP_User $user WP_User instance of the new user.
*/

Hook Parameters

Parameter Type Name Description
string $msg Email body.
WP_User $user WP_User instance of the new user.