Skip to content

Instantly share code, notes, and snippets.

@theukedge
Last active March 21, 2016 19:00
Show Gist options
  • Save theukedge/6745766 to your computer and use it in GitHub Desktop.
Save theukedge/6745766 to your computer and use it in GitHub Desktop.
<?php function displaydate(){
return date('F jS, Y');
}
add_shortcode( 'date', 'displaydate' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment