Add ID column to custom taxonomy admin display
-
Hey all,
Trying to write a plugin for my site that will display the ID for terms in a custom taxonomy, along with all the other bits. I can do this with Posts/Pages/etc using the code below, but I don’t know of any filters or actions to do this to the custom taxonomies – is any body able to help at all?
Also looking to remove the description, but that should be pretty easy providing the hooks exist!
Thanks.
add_filter('manage_posts_columns', 'riv_posts_columns', 5); add_action('manage_posts_custom_column', 'riv_posts_custom_columns', 5, 2);
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Add ID column to custom taxonomy admin display’ is closed to new replies.