Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 29, 2018 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/25d89436bde800f03bb458330c857da5 to your computer and use it in GitHub Desktop.
Save jchristopher/25d89436bde800f03bb458330c857da5 to your computer and use it in GitHub Desktop.
Tell SWP_Query to also take into account all searchwp_include filters
<?php
// Tell SWP_Query to also take into account all searchwp_include filters
add_filter( 'searchwp_swp_query_post__in_explicit', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment