Created
April 24, 2019 18:01
-
-
Save jchristopher/6dd5c99c9e995324d2a8023add4c3f9f to your computer and use it in GitHub Desktop.
Prevent SearchWP from applying lenient accents to search queries
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_lenient_accents_on_search', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment