[oceanwp_date] Shortcode
This shortcode allows you to add a dynamic date (a date that changes automatically). The shortcode is useful for the Footer Copyright section:
[oceanwp_date]
This shortcode will display the current year: 2019.
If you want to display the year of creation of your site in combination with the current year, use the following shortcode:
[oceanwp_date year="2015"]
This shortcode will display: 2015 - 2019.