signup_extra_fields

signup_extra_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('signup_extra_fields') is found 1 times:

  • /wp-signup.php line 308
    	 * @since 3.0.0
    	 *
    	 * @param WP_Error $errors A WP_Error object containing 'user_name' or 'user_email' errors.
    	 */
    	do_action( 'signup_extra_fields', $errors );
    }
    
    /**
     * Validates user sign-up name and email.
     *
     * @since MU (3.0.0)