| @@ -69,18 +69,10 @@ | ||
| 69 | 69 | public function get_keywords() { |
| 70 | 70 | return [ 'html', 'code', 'embed', 'script' ]; |
| 71 | 71 | } |
| 72 | 72 | |
| 73 | - protected function is_dynamic_content(): bool { | |
| 74 | - return false; | |
| 75 | - } | |
| 76 | - | |
| 77 | 73 | public function show_in_panel() { |
| 78 | 74 | return User::is_current_user_can_use_custom_html(); |
| 79 | - } | |
| 80 | - | |
| 81 | - public function has_widget_inner_wrapper(): bool { | |
| 82 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 83 | 75 | } |
| 84 | 76 | |
| 85 | 77 | /** |
| 86 | 78 | * Register HTML widget controls. |