Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 23, 2019 16:23
Embed
What would you like to do?
Prevent SearchWP from using stopwords
<?php
// Prevent SearchWP from using stopwords.
add_filter( 'searchwp_exclude_stopwords', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment