315* Fires at the end of the newuser account registration form.316*317* @since 3.0.0318*319* @param WP_Error$errorsA WP_Error object containing 'user_name'or'user_email' errors.320*/321do_action('signup_extra_fields',$errors);322}323324/**325* Validates user sign-up name and email.326*327* @since MU(3.0.0)
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.