I am working with a taxonomy called "Menu group" in WordPress. I’m adding my own fields to the menu group items, however the built-in field "Description" will not be used and I want to remove it. How do I go about doing that?
The following image shows the field that I want to remove:
2
Answers
I think that the fastest way to achieve what you want is using CSS otherwise JS can give you a delay and it’d display the description field anyway. Here is the solution in CSS:
You can hide the Description field by adding the below code to your functions.php
Make sure the menu_group in line 4 is replaced with the slug of the custom taxonomy.