Skip to content

Instantly share code, notes, and snippets.

@iWebbers
Created August 11, 2018 01:46
Show Gist options
  • Save iWebbers/19984d2cb0687f2dd0f2a71d1e2bd30a to your computer and use it in GitHub Desktop.
Save iWebbers/19984d2cb0687f2dd0f2a71d1e2bd30a to your computer and use it in GitHub Desktop.
// Get current year via shortcode: [iw_current_year]
function iw_current_year_shortcode() {
return date("Y");
}
add_shortcode('iw_current_year','iw_current_year_shortcode');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment