mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
https://stackoverflow.com/questions/77335872/remove-woocommerce-checkout-shipping-first-name-and-last-name-fields/77335975#77335975
1 line
74 B
Text
1 line
74 B
Text
add_filter( 'woocommerce_cart_needs_shipping_address', '__return_false');
|