| @@ -92,9 +92,9 @@ | ||
| 92 | 92 | return [ 'widget-tabs' ]; |
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | public function show_in_panel(): bool { |
| 96 | - return ! Plugin::$instance->experiments->is_feature_active( 'nested-elements', true ); | |
| 96 | + return ! Plugin::$instance->experiments->is_feature_active( 'container' ); | |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | public function has_widget_inner_wrapper(): bool { |
| 100 | 100 | return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); |