Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 23, 2015 15:16
Show Gist options
  • Save jchristopher/59740ce30731f002df6e to your computer and use it in GitHub Desktop.
Save jchristopher/59740ce30731f002df6e to your computer and use it in GitHub Desktop.
Tell SearchWP to be less strict with accents both when searching
<?php
add_filter( 'searchwp_lenient_accents', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment