Kömür Sipariş// Add shortcode for phone and WhatsApp buttonsfunction contact_buttons_shortcode() {ob_start();?>📞 Telefonla Ara💬 WhatsApp return ob_get_clean();}add_shortcode(‘contact_buttons’, ‘contact_buttons_shortcode’);