user_edit_form_tag WordPress Action Hook
The user_edit_form_tag hook is used to add extra content to the user edit form in the WordPress admin. This hook is generally used to add custom fields to the edit form.
do_action( 'user_edit_form_tag' ) #
Fires inside the your-profile form tag on the user editing screen.