| @@ -105,12 +105,8 @@ | ||
| 105 | 105 | public function get_style_depends(): array { |
| 106 | 106 | return [ 'widget-google_maps' ]; |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | - public function has_widget_inner_wrapper(): bool { | |
| 110 | - return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); | |
| 111 | - } | |
| 112 | - | |
| 113 | 109 | /** |
| 114 | 110 | * Register google maps widget controls. |
| 115 | 111 | * |
| 116 | 112 | * Adds different input fields to allow the user to change and customize the widget settings. |