jjgrainger / PostTypes

Simple WordPress custom post types.
https://posttypes.jjgrainger.co.uk/
MIT License
373 stars 47 forks source link

Fix Taxonomy dropdown filter #81

Closed jjgrainger closed 2 years ago

jjgrainger commented 2 years ago

Update the Taxonomy filter dropdown by matching the options passed with what WordPress core uses for the Category dropdown on posts. Details can be seen in the WordPress documentation for WP_Posts_List_Table::categories_dropdown().

Fixes #23 Fixes #66