Filter hook 'update_welcome_user_email'

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

Description

Filters the content of the welcome email after user activation. Content should be formatted for transmission via wp_mail().

Occurrences

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

Parameters

Type Name Description
string $welcome_email The message body of the account activation success email.
int $user_id User ID.
string $password User password.
array $meta Signup meta data. Default empty array.

PHP Doc

/**
	 * Filters the content of the welcome email after user activation.
	 *
	 * Content should be formatted for transmission via wp_mail().
	 *
	 * @since MU (3.0.0)
	 *
	 * @param string $welcome_email The message body of the account activation success email.
	 * @param int    $user_id       User ID.
	 * @param string $password      User password.
	 * @param array  $meta          Signup meta data. Default empty array.
	 */