check out this thread – I’m afraid nothing has changed since then, there is still no way of filtering the description field (it’s just html hardcoded in the file https://github.com/WordPress/WordPress/blob/master/wp-admin/edit-tags.php#L484, so you can’t remove it with php without editing the core files, which is never a right way to go).
The hook you’re using, {$taxonomy}_edit_form_fields
is fired on single term edit screen before the standard fields are printed, so you can use it to add something more, but not for filtering standard fields.
I’d say you need to hold on to your JS solution for now or even better – go with CSS display: none;
solution to make sure the field doesn’t show up when JavaScript is disabled and to avoid flickering, like mentioned here.
Related Posts:
- get_the_term_list without links in 3.1
- wp_insert_term – parent & child problem
- Custom order of terms for custom taxonomy in admin and website
- How to add a style to taxonomy edit page
- Custom Fields and performance
- Creating a custom Admin panel
- get_the_term_list without specific category
- Create Admin Only Taxonomies?
- Require a Custom Taxonomy to be checked
- Extending wordpress search to include excerpts and taxonomies?
- wp_query to display custom taxonomy terms
- Custom taxonomy sort by term meta in admin columns
- How to list all record from one custom taxonomy start with only one letter i.e A
- Removing the “Popular Terms” area from the Taxonomy Edit Screen in the Admin Area
- How to customize admin posts based on the user who is logged in
- Creating an Archive using a Custom Taxonomy
- Can I limit term selection to one plus parent?
- Date range filter for manage posts list on edit.php
- List Recent Post Titles from Custom Taxonomies?
- ‘wp’ action hook not firing in admin and login?
- Adding content to a taxonomy metabox
- Modify “View” in admin panel for custom taxonomy
- Taxonomies image
- Custom Taxonomy Term Caching?
- Some of my custom taxonomies are not showing but still counted in a WPMU set up
- Remove categories from post edit page, but keep in sidebar?
- add hirarchy of categories in products grid of visual composer
- Add success message to category add screen
- wordpress testimonials
- Hiding taxonomies with no children WP_Query & tax_query
- limit post by a taxonomy in the admin
- WordPress Custom post query sorting does not work
- Custom taxonomy not appearing in menu administration panel
- Separate tags with semicolon
- Best structure for entering recipes in a WordPress theme?
- Get Terms for Page
- Add attribute taxonomy through code don’t appear in admin product page
- Best way to redirect taxonomy terms to pages
- Create alphabetical Pagination for custom taxonomy?
- Taxonomy Overview Page?
- Featured Images for Tags?
- wp_set_post_terms example?
- Query Multiple Custom Taxonomies
- Use wp_list_categories to list parent categories from actual term
- How to separate the taxonomies list from the form so that editing taxonmies is the same as pages and posts?
- Remove Custom metabox from particular page template is used
- Restrict viewing of posts by category, user role
- Assign a default description to new terms under a custom taxonomy
- Link a page from admin to a custom taxonomy
- WordPress tag or archive php file customization
- Best Method to Switch Between Terms (Custom Taxonomy)
- WordPress shortcode Issue!
- Why is it defaulting to “uncategorized” even after I select a custom taxonomy
- Trying to achieve row posts below category with multiple loops in custom tax
- Removing fields from category/taxonomy edit form
- Custom Taxonomy, shows empty value (home page of website)
- Custom Search only for my Custom Taxonomy Page – data
- An unidentified error has occurred when deleting a category
- How to filter the terms of custom taxonomy by author id in admin panel
- get_the_term_list without links in archive template title tags?
- Changing select options based on previous select with PHP & AJAX
- Search Query for Multiple Terms In Same Taxonomy
- WordPress implode & wp_insert_post question
- Output unique taxonomy terms of posts inside a loop
- Custom taxonomy pagination
- single_cat_title equivalent for custom taxonomy?
- Get the taxonomy of the post
- 2 custom post-type and 1 taxonomy
- using wp_tag_cloud with custom taxonomy
- custom post type vs. conditionally displaying meta boxes for specific terms?
- Remove custom taxonomy column from my custom post type columns
- how to extract the username of the wordpress user?
- how can i display taxonomy instead of category on my web page?
- “WordPress installations is currently out of date” problem with difficult situation [closed]
- Taxonomy Meta Box in User Profile?
- Retrieving only custom post types with two required terms (from diferente custom taxonomies each)?
- how to store values in database at hierarchical view
- Problem with removing post tags programmatically
- Query custom taxonomy by term id?
- Strip tags from a the terms() function
- how does the wordpress rest API work
- Taxonomy terms can still be added when only assign_terms capability has been granted
- Use an HTML Element To Filter Taxonomies In WP Search
- Headers already sent warning in Admin source is media.php 3140
- WP Multisite: Are custom taxonomies specific to each site only?
- Order get_terms() by hierarchy
- My taxonomy won’t be registered. Can’t see it in my back-end
- If Custom Taxonomy
- Avoid taxonomy-%term%.php if more than one taxonomy
- What does ‘category__in’ mean in queries?
- How Parent Taxonomy automatically added to the post when using `wp_set_object_terms()`?
- How to set custom capabilities for custom taxonomies?
- Update table wp_term_taxonomy.count after INSERT INTO via SQL
- Get posts in certain Taxonomy terms for the current page url
- Custom Taxonomy specific to a Custom Post type – rewrite URL
- Having Issue on Passing Variable into HTML Class Tag
- Get posts by Taxonomy without terms
- Why is flush_rewrite_rules mandatory after registering custom taxonomies?
- Is this the proper way to get a taxonomy description into a post template?
- tax_query not working