| @@ -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 | /** |
| @@ -65,16 +66,8 @@ | ||
| 65 | 66 | * @return array Widget keywords. |
| 66 | 67 | */ |
| 67 | 68 | public function get_keywords() { |
| 68 | 69 | return [ 'read', 'more', 'tag', 'excerpt' ]; |
| 69 | - } | |
| 70 | - | |
| 71 | - protected function is_dynamic_content(): bool { | |
| 72 | - return false; | |
| 73 | - } | |
| 74 | - | |
| 75 | - public function has_widget_inner_wrapper(): bool { | |
| 76 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 77 | 70 | } |
| 78 | 71 | |
| 79 | 72 | /** |
| 80 | 73 | * Register HTML widget controls. |