Apr 15, 2020 · 4 min read
function wpsc_year_shortcode() {
$year = date('Y');
return $year;
}
add_shortcode('year', 'wpsc_year_shortcode');
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.