Display custom field between billing address in WooCommerce admin order edit pages
I´m currently trying to add a custom field to the default address fields (firstname, lastname, etc...) The field should be used, to set a salutation for the customer. For this purpose I used the following filter: add_filter( 'woocommerce_default_address_fields', 'custom_woocommerce_address_fields' );…