Removing fields from category/taxonomy edit form
Looking at the source (edit-tag-form.php) it doesn’t look like there is a way of doing this through filters, as the code is directly outputted as oposed to being held in a variable. All {$taxonomy}_pre_edit_form does is allow you to add code before the form. JS I think is the only way, and to be honest … Read more