| @@ -103,12 +103,8 @@ | ||
| 103 | 103 | public function get_style_depends(): array { |
| 104 | 104 | return [ 'widget-spacer' ]; |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | - public function has_widget_inner_wrapper(): bool { | |
| 108 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 109 | - } | |
| 110 | - | |
| 111 | 107 | /** |
| 112 | 108 | * Register spacer widget controls. |
| 113 | 109 | * |
| 114 | 110 | * Adds different input fields to allow the user to change and customize the widget settings. |