Add a custom field below billing country in Woocommerce Checkout
问题 I'm using WordPress 5.0.2 with WooCommerce 3.5.3 and I have a custom select dropdown field with optgroup on the checkout page, the field work as expected but it appear after the order note and I would like that it appear below the billing_country field. add_action('woocommerce_before_order_notes', 'custom_checkout_select_field_with_optgroup', 10, 1 ); function custom_checkout_select_field_with_optgroup( $checkout ) { $domain = 'woocommerce'; $title = __("Region", $domain); $slug = sanitize