Merge branch 'trunk' into PCP-4854-phase-1-opt-in-via-banner

This commit is contained in:
Narek Zakarian 2025-06-26 17:54:29 +04:00
commit d812264529
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
21 changed files with 1289 additions and 426 deletions

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'
);
/**