Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-signup.php | do_action | 236 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Error | $errors | A WP_Error object possibly containing 'blogname' or 'blog_title' errors. |