Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 21, 2020 01:57
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/33fdc9551cae0134120323cbd87f55f9 to your computer and use it in GitHub Desktop.
Save jchristopher/33fdc9551cae0134120323cbd87f55f9 to your computer and use it in GitHub Desktop.
<?php
// Modify the number of Stopwords suggestions that are shown.
add_filter( 'searchwp\stopwords\suggestions\limit', function( $limit ) {
return 25;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment