How get Year Shortcode for a wordpress website?
For the functions.php file:
function year_shortcode() {
$year = date('Y');
return $year;
}
add_shortcode('year', 'year_shortcode');
Usage
Use [year] in your posts.
Tags: Year Shortcode for a wordpress website
by Subbu · Published October 28, 2024
by Subbu · Published February 28, 2013
by Subbu · Published October 25, 2025
More