Year Shortcode for Copyright
Please add the following code into your child theme functions.php file:
function dt_date_shortcode(){ return date("Y");}add_shortcode('dt_date','dt_date_shortcode');
Then you can use [dt_date]
shortcode in copyright field to display the current year.