function display_current_year() {return date('Y'); } add_shortcode('current_year', 'display_current_year');