Core Function
View Source on Trac ↗ wpmu_welcome_notification()
wpmu_welcome_notification(
mixed $blog_id,
mixed $user_id,
mixed $password,
mixed $title,
mixed $meta = array()
) Notifies the site administrator that their site activation was successful.
Parameters 4 required
| Name / Type | Description |
|---|---|
| $blog_id int | Site ID. Required |
| $user_id int | User ID. Required |
| $password string | User password, or "N/A" if the user account is not new. Required |
| $title string | Site title. Required |
| $meta array | Optional. Signup meta data. By default, contains the requested privacy setting and lang_id. |
Return Value
(bool)
Whether the email notification was sent.
Function Information
Since Version
MU (3.0.0)
Source File
wp-includes/ms-functions.php
Advertisement