user_new_form_tag WordPress Action Hook
The user_new_form_tag hook is used to add content to the new user registration form. This hook is typically used to add custom fields to the form.
do_action( 'user_new_form_tag' ) #
Fires inside the adduser form tag.