wpmu_welcome_notification

Advertisement

Summery Summery

Filters whether to bypass the welcome email after site activation.

Syntax Syntax

apply_filters( 'wpmu_welcome_notification', int|bool $blog_id, int $user_id, string $password, string $title, array $meta )

Description Description

Returning false disables the welcome email.

Parameters Parameters

$blog_id

Blog ID.

$user_id

User ID.

$password

User password.

$title

Site title.

$meta

Signup meta data. By default, contains the requested privacy setting and lang_id.

Source Source

File: wp-includes/ms-functions.php

Advertisement

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Advertisement

Leave a Reply