Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 29, 2018 13:45
Embed
What would you like to do?
Tell SWP_Query to also take into account all searchwp_exclude 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