312* Fires at the end of the newuser account registration form.313*314* @since 3.0.0315*316* @param WP_Error$errorsA WP_Error object containing 'user_name'or'user_email' errors.317*/318do_action('signup_extra_fields',$errors);319}320321/**322* Validates user sign-up name and email.323*324* @since MU(3.0.0)
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.