WPDev.one
Core Function
View Source on Trac ↗

confirm_blog_signup()

confirm_blog_signup( mixed $domain, mixed $path, mixed $blog_title, mixed $user_name = '', mixed $user_email = '', mixed $meta = array() )

Shows a message confirming that the new site has been registered and is awaiting activation.

Parameters 3 required

Name / Type Description
$domain
string

The domain or subdomain of the site.

Required
$path
string

The path of the site.

Required
$blog_title
string

The title of the new site.

Required
$user_name
string

The user's username.

$user_email
string

The user's email address.

$meta
array

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

Return Value

(void)
No return value description available.

Function Information

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