confirm_another_blog_signup
confirm_another_blog_signup ( $domain, $path, $blog_title, $user_name, $user_email = '', $meta = array(), $blog_id = 0 )
Parameters:- (string) domain The domain URL.
- (string) path The site root path.
- (string) blog_title The site title.
- (string) user_name The username.
- (string) user_email The user's email address.
- (array) meta Any additional meta from the {@see 'add_signup_meta'} filter in validate_blog_signup().
- (int) blog_id The site ID.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Shows a message confirming that the new site has been created.