Skip to content

Instantly share code, notes, and snippets.

@polevaultweb
Created September 8, 2020 09:40
Show Gist options
  • Save polevaultweb/76ce4419e36ffa0c8842b604ea5fba42 to your computer and use it in GitHub Desktop.
Save polevaultweb/76ce4419e36ffa0c8842b604ea5fba42 to your computer and use it in GitHub Desktop.
<?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