Filter hook 'wpmu_signup_user_notification_email'

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

Description

Filters the content of the notification email for new user sign-up. Content should be formatted for transmission via wp_mail().

Occurrences

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

Parameters

Type Name Description
string $content Content of the notification email.
string $user_login User login name.
string $user_email User email address.
string $key Activation key created in wpmu_signup_user().
array $meta Signup meta data. Default empty array.

PHP Doc

/**
		 * Filters the content of the notification email for new user sign-up.
		 *
		 * Content should be formatted for transmission via wp_mail().
		 *
		 * @since MU (3.0.0)
		 *
		 * @param string $content    Content of the notification email.
		 * @param string $user_login User login name.
		 * @param string $user_email User email address.
		 * @param string $key        Activation key created in wpmu_signup_user().
		 * @param array  $meta       Signup meta data. Default empty array.
		 */