Created
September 8, 2020 09:40
-
-
Save polevaultweb/76ce4419e36ffa0c8842b604ea5fba42 to your computer and use it in GitHub Desktop.
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 | |
add_filter( 'igp_date_format', 'my_igp_date_format' ); | |
function my_igp_date_format() { | |
return 'M d, Y'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment