| @@ -69,12 +69,8 @@ | ||
| 69 | 69 | public function get_keywords() { |
| 70 | 70 | return [ 'sidebar', 'widget' ]; |
| 71 | 71 | } |
| 72 | 72 | |
| 73 | - public function has_widget_inner_wrapper(): bool { | |
| 74 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 75 | - } | |
| 76 | - | |
| 77 | 73 | /** |
| 78 | 74 | * Register sidebar widget controls. |
| 79 | 75 | * |
| 80 | 76 | * Adds different input fields to allow the user to change and customize the widget settings. |