Created
February 4, 2015 16:00
-
-
Save dancameron/7b68671afa114631dd97 to your computer and use it in GitHub Desktop.
Modify client dashboard date format
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 | |
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