Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 26, 2019 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/b17b771bceb5e1e44ef12e2caadbb2f7 to your computer and use it in GitHub Desktop.
Save jchristopher/b17b771bceb5e1e44ef12e2caadbb2f7 to your computer and use it in GitHub Desktop.
Disable SearchWP Popular Year searches stat
<?php
// Disable SearchWP Popular Year searches stat.
add_filter( 'searchwp_statistics_popular_days_365', '__return_zero' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment