• Resolved handmadehome

    (@handmadehome)


    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:

    2022-07-04-15-29-42

    2022-07-04-15-31-26

    Maybe there is any way to fix it?

    Thank you!

    • This topic was modified 2 years, 8 months ago by handmadehome.

    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.