-
-
Save jchristopher/900ecf3cb67b13955f318861fc3280d2 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 end date for Metrics be one week ago | |
add_filter( 'searchwp_metrics_default_end_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