Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Star Rogers

Remove filter button

How do I remove the “Add Filter” button from the screen?

4 years, 3 months ago
Stefan van den Dungen Gronovius
Developer

You can disable Smart Filtering in the screen options menu (top right on overview page), but this is a user preference only. If you want to disable it for all users and in general, you can use the following hook in your theme:

add_filter( 'acp/search/is_active', '__return_false' );

In the next version of Admin Columns, it will be possible to manage this on the settings screen for every list screen. Let me know if you have any further questions.

4 years, 3 months ago
Star Rogers

Thank you!

4 years, 3 months ago

You must be logged in to reply to this topic.