<?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