after creating taxonomies for a custom post type, they all show up in QuickEdit. I’m trying to hide them to use the menu for other custom fields but don’t know how to do it. Appreciate for any help.
Leave a Reply
You must be logged in to post a comment.
Even better, when registering the taxonomy, you can now pass this to the register_taxonomy function, as shown here:
This seems to be working since WordPress 4.2.
A bit late to the party, but for future reference, you can use a filter for this since WordPress 4.2.0:
quick_edit_show_taxonomy
. Much cleaner than the javascript approach 🙂Hope this will work
Try doing by javascript. (I use jquery).
add this code to a js file (lets say customadmin.js and assume its in the js folder that is in the theme folder) and enqueue the file on admin side: