Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created July 17, 2018 18:35
Embed
What would you like to do?
<?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