section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Canyon Themes * @subpackage Better Health */ $address_icon = better_health_get_option('better_health_top_header_section_address_icon'); $address_value = better_health_get_option('better_health_top_header_address'); $mobile_icon = better_health_get_option('better_health_top_header_section_phone_number_icon'); $mobile_value = better_health_get_option('better_health_top_header_phone_no'); $email_icon = better_health_get_option('better_health_email_icon'); $email_value = better_health_get_option('better_health_top_header_email'); $appointment_short_code = better_health_get_option('better_health_appointment_shortcode_field'); $appointment_text = better_health_get_option('better_health_appointment_text_field'); //if polylang active if ( ! empty( $active_plugins ) && in_array( 'polylang/polylang.php', $active_plugins ) ) { $address_value = pll__('Top Header Address'); $mobile_value = pll__('Top Header Mobile'); $email_value = pll__('Top Header Email'); $appointment_text = pll__('Top Header Appointment'); } ?> > >