Description
Fires after the site sign-up form.
Occurrences
Filename | Line Number |
---|---|
wp-signup.php | 236 |
Parameters
Type | Name | Description |
---|---|---|
WP_Error | $errors | A WP_Error object possibly containing 'blogname' or 'blog_title' errors. |
PHP Doc
/**
* Fires after the site sign-up form.
*
* @since 3.0.0
*
* @param WP_Error $errors A WP_Error object possibly containing 'blogname' or 'blog_title' errors.
*/