| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | |
| 12 | 12 | class Module extends BaseModule { |
| 13 | 13 | |
| 14 | 14 | public static function is_active() { |
| 15 | - return Plugin::$instance->experiments->is_feature_active( 'nested-elements', true ); | |
| 15 | + return Plugin::$instance->experiments->is_feature_active( 'container' ); | |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | public function get_name() { |
| 19 | 19 | return 'nested-accordion'; |