How to get the current year in the body injection?

Hello

I would like to display the following footer copyright text:

© 2025 My Business

I don't wanna use the one in the pop-up from the footer navigation.

So I tried: <?php echo date("Y"); ?>

Like this:

© <?php echo date("Y"); ?> My Business

But it didn't work. 

Any idea?

Thanks

  • 1240
  • More
Replies (3)
    Login or Join to comment.