<?php | |
function myChangeDigitThreshold() | |
{ | |
return 15; // 15% maximum threshold | |
} | |
add_filter( 'searchwp_fuzzy_digit_threshold', 'myChangeDigitThreshold' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment