Filter hook 'wpmu_signup_blog_notification'

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

Description

Filters whether to bypass the new site email notification.

Occurrences

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

Parameters

Type Name Description
string|false $domain Site domain, or false to prevent the email from sending.
string $path Site path.
string $title Site title.
string $user_login User login name.
string $user_email User email address.
string $key Activation key created in wpmu_signup_blog().
array $meta Signup meta data. By default, contains the requested privacy setting and lang_id.

PHP Doc

/**
	 * Filters whether to bypass the new site email notification.
	 *
	 * @since MU (3.0.0)
	 *
	 * @param string|false $domain     Site domain, or false to prevent the email from sending.
	 * @param string       $path       Site path.
	 * @param string       $title      Site title.
	 * @param string       $user_login User login name.
	 * @param string       $user_email User email address.
	 * @param string       $key        Activation key created in wpmu_signup_blog().
	 * @param array        $meta       Signup meta data. By default, contains the requested privacy setting and lang_id.
	 */