This content is password protected. To view it please enter your password below:

function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');