Created
August 11, 2018 01:46
-
-
Save iWebbers/19984d2cb0687f2dd0f2a71d1e2bd30a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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