Set contact module enabled by default

This commit is contained in:
Emili Castells Guasch 2025-06-25 12:03:24 +02:00
parent 82b1f929c3
commit 2265ebab7c
No known key found for this signature in database

View file

@ -2145,7 +2145,7 @@ return array(
$feature_enabled = (bool) apply_filters(
// phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores -- feature flags use this convention
'woocommerce.feature-flags.woocommerce_paypal_payments.contact_module_enabled',
getenv( 'PCP_CONTACT_MODULE_ENABLED' ) === '1'
getenv( 'PCP_CONTACT_MODULE_ENABLED' ) !== '0'
);
/**