Core Function
View Source on Trac ↗ signup_blog()
signup_blog(
mixed $user_name = '',
mixed $user_email = '',
mixed $blogname = '',
mixed $blog_title = '',
mixed $errors = ''
) Shows a form for a user or visitor to sign up for a new site.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $user_name string | The username. |
| $user_email string | The user's email address. |
| $blogname string | The site name. |
| $blog_title string | The site title. |
| (WP_Error | | string) $errors A WP_Error object containing existing errors. Defaults to empty string. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
MU (3.0.0)
Source File
wp-signup.php
Advertisement