//Display current year function year_shortcode () { $year = date_i18n ('Y'); return $year; } add_shortcode ('year', 'year_shortcode');
It seems we can’t find what you’re looking for. Perhaps searching can help.