<?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