Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created September 24, 2019 18:02
Embed
What would you like to do?
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