get_render_attribute_string( 'htmega_tab_menu_attr' ); ?>>
%3$s',
esc_attr( $active_tab ),
esc_attr( $id.$i ),
( isset( $item['tab_icon']['library'] ) && $item['tab_icon']['library'] == "svg" ) ?
'
' . HTMega_Icon_manager::render_icon( $item['tab_icon'], [ 'aria-hidden' => 'true' ] ) . '
' .wp_kses_post( $item['tab_title'] ) :
( ( 'image' == $item['icon_type'] && $item['tab_icon_image']['url'] ) ?
'
'.Group_Control_Image_Size::get_attachment_image_html( $item, 'tab_icon_imagesize', 'tab_icon_image' ).'
'. wp_kses_post( $item['tab_title'] ) :
HTMega_Icon_manager::render_icon( $item['tab_icon'], [ 'aria-hidden' => 'true' ] ). wp_kses_post( $item['tab_title'] ) ),
'elementor-repeater-item-'.esc_attr( $item['_id'] )
);
}
}
?>
',
esc_attr( $active_tab ),
esc_attr( $id.$i ),
($item['content_source'] == 'custom' && !empty( $item['custom_content'])) ?
wp_kses_post( $item['custom_content'] ) :
Plugin::instance()->frontend->get_builder_content_for_display( $item['template_id'] ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
'elementor-repeater-item-'.esc_attr( $item['_id'])
);
}
?>