| @@ -104,9 +104,9 @@ | ||
| 104 | 104 | return [ 'widget-spacer' ]; |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | 107 | public function has_widget_inner_wrapper(): bool { |
| 108 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 108 | + return true; | |
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | /** |
| 112 | 112 | * Register spacer widget controls. |
| @@ -190,10 +190,6 @@ | ||
| 190 | 190 | <div class="elementor-spacer"> |
| 191 | 191 | <div class="elementor-spacer-inner"></div> |
| 192 | 192 | </div> |
| 193 | 193 | <?php |
| 194 | - } | |
| 195 | - | |
| 196 | - public function render_markdown(): string { | |
| 197 | - return ''; | |
| 198 | 194 | } |
| 199 | 195 | } |