← All changes
|
modules/nested-accordion/widgets/nested-accordion.php
+1
-1
4.1.0-dev3
→
4.3.1
View file →
| @@ -55,9 +55,9 @@ | ||
| 55 | 55 | return [ 'widget-nested-accordion' ]; |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | public function show_in_panel(): bool { |
| 59 | - return Plugin::$instance->experiments->is_feature_active( 'nested-elements', true ); | |
| 59 | + return Plugin::$instance->experiments->is_feature_active( 'container' ); | |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | public function has_widget_inner_wrapper(): bool { |
| 63 | 63 | return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); |