• Resolved Mikkel Breum

    (@mikkelbreum)


    Above the columns there are filters. These can be customized through the WP API. I’d love to see an add-on to Admin Columns that allow for customization of the filters, – much the same way the columns can be customized.

    I want for example to remove a filter menu for SEO ranking (added by a plugin) on certain CPT, and I want to add others based on custom fields..

    Is this under consideration – or is another plugin already providing this?

    http://wordpress.org/extend/plugins/codepress-admin-columns/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Schutter

    (@tschutter)

    Good idea. At this moment only taxonomy filtering is supported. Make sure to add this to your functions.php:

    add_filter( 'cpac-remove-filtering-columns', '__return_false' );

    I already have plans to add more advanced filtering for other columns in a future release, I just need the time to implement them 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Feature request: control filters’ is closed to new replies.