Hello,
To display the dynamic year in footer you can use the below code in your child theme functions.php file:
function year_shortcode() {
$year = date('Y');
return $year;
}
add_shortcode('year', 'year_shortcode');
After placing the above code you have to use this short code “[year]”
inside the “Copyrights text”
area, under theme settings >> Footer.
Screenshot for Clarification: https://jmp.sh/sUKHtFb
I am Thank you so much for your suggestion, I am forwarding it to the development department and if they find it necessary then the option will be added in the near future update of the theme.
Best Regards.