Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 28, 2022 13:38
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 searchwpgists/44fe930f29da2afb9e4248f6306e0246 to your computer and use it in GitHub Desktop.
Save searchwpgists/44fe930f29da2afb9e4248f6306e0246 to your computer and use it in GitHub Desktop.
Remove all SearchWP Stopwords
<?php
// Remove all SearchWP Stopwords.
add_filter( 'searchwp\stopwords', '__return_empty_array' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment