mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-28 11:22:21 +08:00
https://github.com/woocommerce/woocommerce-paypal-payments/wiki/Actions-and-Filters#disable-basic-checkout-form-field-validation-before-creating-the-paypal-order
1 line
97 B
Text
1 line
97 B
Text
add_filter( 'woocommerce_paypal_payments_basic_checkout_validation_enabled', '__return_false' );
|