Remove field from checkout page in woocommerce wordpress Kahnu Help April 01, 2022 chekout field 0 Comments /** Remove all possible fields **/ function wc_remove_checkout_fields ( $fields ) { // Billing fields unset ( $fields [ 'billing' ][ … Read more