1 Snippets
<10 Favourites
<10 Downloads

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');