Skip to content

Instantly share code, notes, and snippets.

@theukedge
Last active March 21, 2016 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theukedge/0d77f65dc5930f7e2e6d to your computer and use it in GitHub Desktop.
Save theukedge/0d77f65dc5930f7e2e6d to your computer and use it in GitHub Desktop.
<?php function displaydate() {
setlocale( LC_TIME, 'ro_RO.UTF-8' );
return strftime( '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