Core Function
View Source on Trac ↗ wpmu_signup_blog_notification()
wpmu_signup_blog_notification(
mixed $domain,
mixed $path,
mixed $title,
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 site. The new site will not become active
Parameters 6 required
| Name / Type | Description |
|---|---|
| $domain string | The new blog domain. Required |
| $path string | The new blog path. Required |
| $title string | The site title. Required |
| $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_blog(). Required |
| $meta array | Optional. Signup meta data. By default, contains the requested privacy setting and lang_id. |
Return Value
(bool)
bool
Function Information
Since Version
MU (3.0.0)
Source File
wp-includes/ms-functions.php
Advertisement