| @@ -90,26 +90,8 @@ | ||
| 90 | 90 | return false; |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | - * Get style dependencies. | |
| 95 | - * | |
| 96 | - * Retrieve the list of style dependencies the widget requires. | |
| 97 | - * | |
| 98 | - * @since 3.24.0 | |
| 99 | - * @access public | |
| 100 | - * | |
| 101 | - * @return array Widget style dependencies. | |
| 102 | - */ | |
| 103 | - public function get_style_depends(): array { | |
| 104 | - return [ 'widget-spacer' ]; | |
| 105 | - } | |
| 106 | - | |
| 107 | - public function has_widget_inner_wrapper(): bool { | |
| 108 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 109 | - } | |
| 110 | - | |
| 111 | - /** | |
| 112 | 94 | * Register spacer widget controls. |
| 113 | 95 | * |
| 114 | 96 | * Adds different input fields to allow the user to change and customize the widget settings. |
| 115 | 97 | * |
| @@ -190,10 +172,6 @@ | ||
| 190 | 172 | <div class="elementor-spacer"> |
| 191 | 173 | <div class="elementor-spacer-inner"></div> |
| 192 | 174 | </div> |
| 193 | 175 | <?php |
| 194 | - } | |
| 195 | - | |
| 196 | - public function render_markdown(): string { | |
| 197 | - return ''; | |
| 198 | 176 | } |
| 199 | 177 | } |