Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created August 23, 2013 16:12
Embed
What would you like to do?
<?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