Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created September 29, 2016 17:09
Show Gist options
  • Save ingozoell/ead0082b52c07972b32dbfb023a40372 to your computer and use it in GitHub Desktop.
Save ingozoell/ead0082b52c07972b32dbfb023a40372 to your computer and use it in GitHub Desktop.
WordPress Shortcode: Aktuelles Jahr, copyright, footer
/* Shortcode: Aktuelles Jahr
* copyright, footer
*
*/
function iz_aktuelles_jahr() {
return date('Y');
}
add_shortcode( 'aktuelles_jahr', 'iz_aktuelles_jahr' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment