| @@ -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. |
| @@ -190,10 +186,6 @@ | ||
| 190 | 186 | <div class="elementor-spacer"> |
| 191 | 187 | <div class="elementor-spacer-inner"></div> |
| 192 | 188 | </div> |
| 193 | 189 | <?php |
| 194 | - } | |
| 195 | - | |
| 196 | - public function render_markdown(): string { | |
| 197 | - return ''; | |
| 198 | 190 | } |
| 199 | 191 | } |