mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Re-add ignore code comment
This commit is contained in:
parent
98800e5cf5
commit
529fa60712
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class OnboardingModule implements ServiceModule, ExtendingModule, ExecutableModu
|
|||
function() use ( $c ) {
|
||||
if (
|
||||
apply_filters(
|
||||
// phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||
'woocommerce.feature-flags.woocommerce_paypal_payments.settings_enabled',
|
||||
'1' === get_option( 'woocommerce-ppcp-is-new-merchant' )
|
||||
|| getenv( 'PCP_SETTINGS_ENABLED' ) === '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue