Skip to content

Instantly share code, notes, and snippets.

@elvismdev
Created July 19, 2018 03:02
Show Gist options
  • Select an option

  • Save elvismdev/05cf9759c21bdf70aec9c5b76e3eadec to your computer and use it in GitHub Desktop.

Select an option

Save elvismdev/05cf9759c21bdf70aec9c5b76e3eadec to your computer and use it in GitHub Desktop.
<?php
add_filter( 'facetwp_query_args', function( $query_args, $class ) {
$query_args['post__not_in'] = [ 239 ];
return $query_args;
}, 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment