Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-signup.php | do_action | 308 | /** * Fires at the end of the new user account registration form. * * @since 3.0.0 * * @param WP_Error $errors A WP_Error object containing 'user_name' or 'user_email' errors. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Error | $errors | A WP_Error object containing 'user_name' or 'user_email' errors. |