edit_tag_form_fields

edit_tag_form_fields

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('edit_tag_form_fields') is found 1 times:

  • /wp-admin/edit-tag-form.php line 224
    			 * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.
    			 *
    			 * @param WP_Term $tag Current tag term object.
    			 */
    			do_action( 'edit_tag_form_fields', $tag );
    		}
    		/**
    		 * Fires after the Edit Term form fields are displayed.
    		 *
    		 * The dynamic portion of the hook name, `$taxonomy`, refers to
    		 * the taxonomy slug.