Skip to content

Instantly share code, notes, and snippets.

@fieldoffice
Created September 21, 2014 11:26
Show Gist options
  • Save fieldoffice/6430e5ede2b8feb83d63 to your computer and use it in GitHub Desktop.
Save fieldoffice/6430e5ede2b8feb83d63 to your computer and use it in GitHub Desktop.
WordPress Date Shortcode
function displaydate(){
return date('jS F Y');
}
add_shortcode('date', 'displaydate');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment