Filter hook 'newuser_notify_siteadmin'

in WP Core File wp-includes/ms-functions.php at line 1527

Description

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

Occurrences

Filename Line Number
wp-includes/ms-functions.php 1527

Parameters

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

PHP Doc

/**
	 * 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.
	 */