Advertisement
wclovers

Untitled

Mar 10th, 2022
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. add_filter( 'wcfm_products_args', function( $args ) {
  2.     $args['suppress_filters'] = 0;
  3.     return $args;
  4. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement