add_action('storefront_header', 'add_phone_to_storefront_header', 41);function add_phone_to_storefront_header(){echo '<div class="header-phone" style="text-align:right; font-weight:bold; font-size:16px;"> <a href="tel:+1234567890" style="color:#333;">📞 CallToday: (404) 545-5216</a> </div>'}.header-phone{position:absolute;top:20px;right:20px;z-index:999}