-
-
Save jchristopher/6f3ef0e91ef97bb0a5912e4b06fc794d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Prevent Metrics from normalizing queries before logging | |
add_filter( 'searchwp_metrics_normalize_logged_searches', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment