Add a Dynamic Date in the Footer Bottom
Since Ocean Extra plugin 1.1.8 version, you can easily add a dynamic date in the footer bottom for your copyright.
What is a dynamic date?
A dynamic date is a date that changes automatically every year.
How do I add a dynamic date in the footer?
A shortcode has been created specially for this use, in your Customizer (Appearance > Customize), go to Footer Bottom and enter the following shortcode in the Copyright textarea:
[oceanwp_date]
This shortcode will display the current year, so: 2020.
If you want to display the year of creation of your site in combination with the current year, here is theshort code to insert:
[oceanwp_date year="2015"]
This shortcode will display: 2015 - 2020.