Created
September 24, 2019 18:02
-
-
Save jchristopher/aa54e1cdd798c9436fff1916d7223691 to your computer and use it in GitHub Desktop.
Implement aggressive Synonym handling in SearchWP 3.1+
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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