/**
* Theme Name: Autofiix Child
* Description: This is a child theme of Autofiix, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: autofiix
* Version: 1.0.8
*/

function currentYear( $atts ){
    return date('Y');
}
add_shortcode( 'current_year', 'currentYear' );