year shortcode wordpress

Solutions on MaxInterview for year shortcode wordpress by the best coders in the world

showing results for - "year shortcode wordpress"
Tania
09 Apr 2020
1function year_shortcode() {
2  $year = date('Y');
3  return $year;
4}
5add_shortcode('year', 'year_shortcode');
similar questions
queries leading to this page
year shortcode wordpress