Create Custom Shortcodes

//Get Current Year
function year_shortcode()
{
    $year = date('Y');
    return $year;
}
add_shortcode('year', 'year_shortcode');
[instagram-feed feed=1]
© 2024 BenaDigital Limited | All Rights Reserved
magnifiercrosschevron-down