| @@ -449,8 +449,14 @@ | ||
| 449 | 449 | return ! empty( get_option( $option_prefix . '_access_token' ) ); |
| 450 | 450 | } |
| 451 | 451 | |
| 452 | 452 | public static function is_plugin_connected_to_one_subscription(): bool { |
| 453 | + $has_one_subscription = Plugin::$instance->experiments->is_feature_active( 'e_editor_one' ); | |
| 454 | + | |
| 455 | + if ( ! $has_one_subscription ) { | |
| 456 | + return false; | |
| 457 | + } | |
| 458 | + | |
| 453 | 459 | return self::is_plugin_connected( 'elementor_one' ); |
| 454 | 460 | } |
| 455 | 461 | |
| 456 | 462 | private static function get_all_widget_content( $step, $one_subscription = false ) { |