Guest User

Untitled

a guest
Feb 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. add_filter( 'facetwp_query_args', function( $query_args, $class ) {
  4. $query_args['s'] = '';
  5. return $query_args;
  6. }, 10, 2 );
Add Comment
Please, Sign In to add comment