signup_blog
signup_blog ( $user_name = '', $user_email = '', $blogname = '', $blog_title = '', $errors = '' )
Parameters:- (string) user_name The username.
- (string) user_email The user's email address.
- (string) blogname The site name.
- (string) blog_title The site title.
- (WP_Error|string) errors A WP_Error object containing existing errors. Defaults to empty string.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Shows a form for a user or visitor to sign up for a new site.