title) || !empty($funfact_item->subtitle) || !empty($funfact_item->image_url) || !empty($funfact_item->icon_value) || !empty($funfact_item->choice)) { $show_funfact_section = true; break; } } } if ($show_funfact_section) : ?>
title) ? apply_filters('artech_translate_single_string', $funfact_item->title, 'Funfact section') : ''; $subtitle = !empty($funfact_item->subtitle) ? apply_filters('artech_translate_single_string', $funfact_item->subtitle, 'Funfact section') : ''; $image = !empty($funfact_item->image_url) ? apply_filters('artech_translate_single_string', $funfact_item->image_url, 'Funfact section') : ''; $icon = !empty($funfact_item->icon_value) ? apply_filters('artech_translate_single_string', $funfact_item->icon_value, 'Funfact section') : ''; $choice = !empty($funfact_item->choice) ? apply_filters('artech_translate_single_string', $funfact_item->choice, 'Funfact section') : ''; ?>

k