Filters
You can set what dropdown filters appear on the post type admin edit screen by passing an array of taxonomy names to the filters()
method.
The order the filters appear are set by the order of the items in the array.
An empty array will remove all dropdown filters from the admin edit screen.
Last updated