WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wpmu welcome user notification

Description

Notify a user that her account activation has been successful.

Filter 'wpmu_welcome_user_notification' to disable or bypass.

Filter 'update_welcome_user_email' and 'update_welcome_user_subject' to modify the content and subject line of the notification email.

Usage

<?php wpmu_welcome_user_notification$user_id$password$meta ); ?>

Parameters

$user_id
(int) (required)
Default: None
$password
(string) (required)
Default: None
$meta
(array) (optional) Optional. Not used in the default function, but is passed along to hooks for customization.
Default: empty string

Return Values

(bool) 

Source File

wpmu_welcome_user_notification() is located in wp-includes/ms-functions.php