Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created August 23, 2013 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/b5250ad6298a9a311c2f to your computer and use it in GitHub Desktop.
Save jchristopher/b5250ad6298a9a311c2f to your computer and use it in GitHub Desktop.
<?php
function my_fuzzy_threshold()
{
return 85;
}
add_filter( 'searchwp_fuzzy_threshold', 'my_fuzzy_threshold' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment