Year auto update
-
Hello,
Thank you for great plugin!
Can you please, help me to make year auto changing?I added the code:
function year_shortcode () { $year = date_i18n ('Y'); return $year; } add_shortcode ('year', 'year_shortcode');
But it doesn’t work:
Maybe there is any way to fix it?
Thank you!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Year auto update’ is closed to new replies.