Open kokiddp opened 2 years ago
I added the possibility to setup multiple admin taxonomy filters, implemented with a fieldset of checkboxes https://github.com/johnbillion/extended-cpts/wiki/Admin-filters#taxonomy-terms-dropdown
'admin_filters' => [ 'genre' => [ 'title' => 'Genre', 'taxonomy' => 'genre', 'type' => 'checkboxes' ], ],
Thanks for the PR @kokiddp! I won't have time to check this for a while, but I've added it to my todo list :-)
I added the possibility to setup multiple admin taxonomy filters, implemented with a fieldset of checkboxes https://github.com/johnbillion/extended-cpts/wiki/Admin-filters#taxonomy-terms-dropdown