Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created July 17, 2018 18:35
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/aa7b0d22214c6f511a35586142109fe9 to your computer and use it in GitHub Desktop.
Save jchristopher/aa7b0d22214c6f511a35586142109fe9 to your computer and use it in GitHub Desktop.
<?php
// Have the default start date for Metrics be one week ago
add_filter( 'searchwp_metrics_default_start_date', function( $start ) {
return '7 days ago';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment