Core Function
View Source on Trac ↗ wpmu_signup_user_notification()
wpmu_signup_user_notification( mixed $user_login, mixed $user_email, mixed $key, mixed $meta = array() ) Sends a confirmation request email to a user when they sign up for a new user account (without signing up for a site
Parameters 3 required
| Name / Type | Description |
|---|---|
| $user_login string | The user's login name. Required |
| $user_email string | The user's email address. Required |
| $key string | The activation key created in wpmu_signup_user() 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