Filter hook 'wpmu_welcome_user_notification'

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

Description

Filters whether to bypass the welcome email after user activation. Returning false disables the welcome email.

Occurrences

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

Parameters

Type Name Description
int $user_id User ID.
string $password User password.
array $meta Signup meta data. Default empty array.

PHP Doc

/**
	 * Filters whether to bypass the welcome email after user activation.
	 *
	 * Returning false disables the welcome email.
	 *
	 * @since MU (3.0.0)
	 *
	 * @param int    $user_id  User ID.
	 * @param string $password User password.
	 * @param array  $meta     Signup meta data. Default empty array.
	 */