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