We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c544092 commit 724f820Copy full SHA for 724f820
inc/Utils.php
@@ -771,7 +771,7 @@ public static function is_elementor_container() {
771
$flexbox_container = get_option( 'elementor_experiment-container' );
772
$is_flexbox_container_active = \Elementor\Core\Experiments\Manager::STATE_ACTIVE === $flexbox_container;
773
774
- if ( 'default' === $flexbox_container ) {
+ if ( 'default' === $flexbox_container || ! $is_flexbox_container_active ) {
775
$experiments = new \Elementor\Core\Experiments\Manager();
776
$is_flexbox_container_active = $experiments->is_feature_active( 'container' );
777
}
0 commit comments