-
-
Save jchristopher/96cdc00ecfcbd3249f7fb03a2b5354a4 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 logging in core SearchWP's core statistics when Metrics is running | |
add_filter( 'searchwp_metrics_prevent_core_stats_log', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment