Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created September 24, 2019 18:02
Show Gist options
  • Save jchristopher/aa54e1cdd798c9436fff1916d7223691 to your computer and use it in GitHub Desktop.
Save jchristopher/aa54e1cdd798c9436fff1916d7223691 to your computer and use it in GitHub Desktop.
Implement aggressive Synonym handling in SearchWP 3.1+
<?php
add_filter( 'searchwp_synonyms_aggressive', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment