function tf_gear_copyright_shortcode() { $year = date('Y'); return "© $year TitanFit Gear. All rights reserved."; } add_shortcode('copyright', 'tf_gear_copyright_shortcode');