Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 28, 2022 13:39
Show Gist options
  • Save searchwpgists/8b826b2e86e68c5f406be02663dbcfbb to your computer and use it in GitHub Desktop.
Save searchwpgists/8b826b2e86e68c5f406be02663dbcfbb to your computer and use it in GitHub Desktop.
Disable SearchWP's Stopword suggestions.
<?php
// Disable SearchWP's Stopword suggestions.
add_filter( 'searchwp\stopwords\suggestions', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment