WordPress.org

Codex

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

Function Reference/wpmu signup user notification

Description

Notify user of signup success.

This is the notification function used when no new site has been requested.

Filter 'wpmu_signup_user_notification' to bypass this function or replace it with your own notification behavior.

Filter 'wpmu_signup_user_notification_email' and 'wpmu_signup_user_notification_subject' to change the content and subject line of the email sent to newly registered users.

Usage

<?php wpmu_signup_user_notification$user$user_email$key$meta ); ?>

Parameters

$user
(string) (required) The user's login name.
Default: None
$user_email
(string) (required) The user's email address.
Default: None
$key
(string) (required) The activation key created in wpmu_signup_user()
Default: None
$meta
(array) (optional) By default, an empty array.
Default: empty string

Return Values

(bool) 

Source File

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