diff --git a/class-wc-facebookcommerce.php b/class-wc-facebookcommerce.php index 759f47f4a..a1b583c0c 100644 --- a/class-wc-facebookcommerce.php +++ b/class-wc-facebookcommerce.php @@ -935,7 +935,8 @@ public function use_enhanced_onboarding(): bool { if ( $connection_handler->is_connected() && empty( $commerce_partner_integration_id ) ) { return false; } - return false; + // By default, all net new WooC Merchants will be shown the enhanced onboarding experience + return true; } }