year shortcode wordpress

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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