$args['builder'], 'data-section-id' => $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(); ?>
>
'brandy-wishlist-label', ); $display = $settings['label']['display'] ?? array( 'desktop' => false, 'tablet' => true, 'mobile' => null, ); if ( ! Helpers::get_device_value( $display, 'desktop' ) ) { $label_attributes['class'] .= ' is-tooltip'; } if ( ! Helpers::get_device_value( $display, 'tablet' ) ) { $label_attributes['class'] .= ' hidden-md'; } if ( ! Helpers::get_device_value( $display, 'mobile' ) ) { $label_attributes['class'] .= ' hidden-sm'; } ?>
>
$section_id, ) ); } ?>