-
-
Save jchristopher/aa7b0d22214c6f511a35586142109fe9 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 | |
// 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