Display Taxonomy Description on edit-tags screen?
The code for where you’ve circled can be found in wp-admin/edit-tags.php:295 You’ll notice there’s nothing there. No hooks, no filters. You’re out of luck for tapping into that cleanly. Luckily you can do a duct tape method to still add it with jQuery. You can dynamically put text where you’ve circled by doing something like: … Read more