$item) : ?>
">
get_id() . '-' . $tab_count;
if ('custom' == $item['source'] and !empty($item['tab_content'])) {
$this->print_text_editor($item['tab_content']);
} elseif ("elementor" == $item['source'] and !empty($item['template_id'])) {
element_pack_template_on_modal_with_iframe($item['template_id'], $tabId);
echo Element_Pack_Loader::elementor()->frontend->get_builder_content_for_display($item['template_id']);
} elseif ('anywhere' == $item['source'] and !empty($item['anywhere_id'])) {
element_pack_template_on_modal_with_iframe($item['anywhere_id'], $tabId);
echo Element_Pack_Loader::elementor()->frontend->get_builder_content_for_display($item['anywhere_id']);
}
?>