Disable basic checkout fields valiation in WooCommerce PayPal Payments

Disable basic checkout fields valiation in WooCommerce PayPal Payments on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'woocommerce_paypal_payments_basic_checkout_validation_enabled', '__return_false' );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.