309* Fires at the end of the newuser account registration form.310*311* @since 3.0.0312*313* @param WP_Error$errorsA WP_Error object containing 'user_name'or'user_email' errors.314*/315do_action('signup_extra_fields',$errors);316}317318/**319* Validates user sign-up name and email.320*321* @since MU(3.0.0)
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.