confirm_blog_signup
confirm_blog_signup ( $domain, $path, $blog_title, $user_name = '', $user_email = '', $meta = array() )
Parameters:- (string) domain The domain or subdomain of the site.
- (string) path The path of the site.
- (string) blog_title The title of the new site.
- (string) user_name The user's 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().
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Shows a message confirming that the new site has been registered and is awaiting activation.