Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 24, 2019 18:01
Show Gist options
  • Save jchristopher/6dd5c99c9e995324d2a8023add4c3f9f to your computer and use it in GitHub Desktop.
Save jchristopher/6dd5c99c9e995324d2a8023add4c3f9f to your computer and use it in GitHub Desktop.
Prevent SearchWP from applying lenient accents to search queries
<?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