302* Fires at the end of the newuser account registration form.303*304* @since 3.0.0305*306* @param WP_Error$errorsA WP_Error object containing 'user_name'or'user_email' errors.307*/308do_action('signup_extra_fields',$errors);309}310311/**312* Validates user sign-up name and email.313*314* @since MU(3.0.0)
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.