可以在WooCommerce结账页面删除一些不必要的字段 移除代码参考如下: /** Remove all possible fields **/ function wc_remove_checkout_fields( $fields ) …
2年前