| @@ -8,8 +8,9 @@ | ||
| 8 | 8 | /** |
| 9 | 9 | * Elementor HTML widget. |
| 10 | 10 | * |
| 11 | 11 | * Elementor widget that insert a custom HTML code into the page. |
| 12 | + * | |
| 12 | 13 | */ |
| 13 | 14 | class Widget_Read_More extends Widget_Base { |
| 14 | 15 | |
| 15 | 16 | /** |
| @@ -69,12 +70,8 @@ | ||
| 69 | 70 | } |
| 70 | 71 | |
| 71 | 72 | protected function is_dynamic_content(): bool { |
| 72 | 73 | return false; |
| 73 | - } | |
| 74 | - | |
| 75 | - public function has_widget_inner_wrapper(): bool { | |
| 76 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 77 | 74 | } |
| 78 | 75 | |
| 79 | 76 | /** |
| 80 | 77 | * Register HTML widget controls. |