//Get Current Year function bena_year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'bena_year_shortcode');