Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 18, 2020 13:16
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/bf50be9733856eb22451f62cbebe4099 to your computer and use it in GitHub Desktop.
Save jchristopher/bf50be9733856eb22451f62cbebe4099 to your computer and use it in GitHub Desktop.
<?php
// Consider 7 days instead of 30 when displaying Statistics Dashboard Widget.
add_filter( 'searchwp\admin\dashboard_widgets\statistics\days', function( $days ) {
return 7;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment