Core Function
View Source on Trac ↗ wpmu_welcome_user_notification()
wpmu_welcome_user_notification( mixed $user_id, mixed $password, mixed $meta = array() ) Notifies a user that their account activation has been successful.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $user_id int | User ID. Required |
| $password string | User password. Required |
| $meta array | Optional. Signup meta data. Default empty array. |
Return Value
(bool)
bool
Function Information
Since Version
MU (3.0.0)
Source File
wp-includes/ms-functions.php
Advertisement