← All changes
|
modules/floating-buttons/base/widget-floating-bars-base.php
+0
-4
4.3.0-beta2
→
3.26.2
View file →
| @@ -29,12 +29,8 @@ | ||
| 29 | 29 | |
| 30 | 30 | return $style_depends; |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - public function has_widget_inner_wrapper(): bool { | |
| 34 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 35 | - } | |
| 36 | - | |
| 37 | 33 | public function get_icon(): string { |
| 38 | 34 | return 'eicon-banner'; |
| 39 | 35 | } |
| 40 | 36 | |