extended-cpts icon indicating copy to clipboard operation
extended-cpts copied to clipboard

add checkboxes filter to admin filters

Open kokiddp opened this issue 3 years ago • 1 comments

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'
    ],
],

kokiddp avatar Jun 24 '22 09:06 kokiddp

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 :-)

johnbillion avatar Jun 25 '22 17:06 johnbillion