Skip to content

Instantly share code, notes, and snippets.

@dancameron
Created February 4, 2015 16:00
Show Gist options
  • Save dancameron/7b68671afa114631dd97 to your computer and use it in GitHub Desktop.
Save dancameron/7b68671afa114631dd97 to your computer and use it in GitHub Desktop.
Modify client dashboard date format
<?php
function change_client_dash_date_format() {
return 'd/m/Y';
}
add_filter( 'si_client_dash_date_format', 'change_client_dash_date_format' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment