WPDev.one
Core Function
View Source on Trac ↗

confirm_another_blog_signup()

confirm_another_blog_signup( mixed $domain, mixed $path, mixed $blog_title, mixed $user_name, mixed $user_email = '', mixed $meta = array(), mixed $blog_id = 0 )

Shows a message confirming that the new site has been created.

Parameters 4 required

Name / Type Description
$domain
string

The domain URL.

Required
$path
string

The site root path.

Required
$blog_title
string

The site title.

Required
$user_name
string

The username.

Required
$user_email
string

The user's email address.

$meta
array

Any additional meta from the {@see 'add_signup_meta'} filter in validate_blog_signup().

$blog_id
int

The site ID.

Return Value

(void)
No return value description available.

Function Information

Since Version
MU (3.0.0)
Source File
wp-signup.php
Advertisement