$args['builder'], 'data-section-id' => $section_id, 'data-section-title' => $section_title, 'data-element-type' => $section_id, 'slide-position' => $settings['slide_position'] ?? 'right', ); $icon_style = $settings['icon_style']; $label = $settings['label']; $devices = brandy_get_devices(); ob_start(); get_template_part( Wishlist::$path_to_icons . $icon_style . '/' . $settings['icon_type'] ); $icon = ob_get_contents(); ob_end_clean(); ?>