Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

PowerPack

  1. Home
  2. Docs
  3. PowerPack
  4. Modules
  5. Content Grid
  6. How to Disable All Filter?

How to Disable All Filter?

‘All’ filter can be disabled by following the steps mentioned below:

  1. Add the following code to the functions.php file of the active theme.
add_filter( 'pp_cg_filters_all', '__return_false' );

2. Change the default active term to another option because by default this option is set to All.

Was this article helpful to you? Yes No
×