Remove a dropdown select field filter in Woocommerce admin orders list
问题 In WooCommerce version 3.0+, I would like to remove All shipping Countries filter on Woocommerce order panel. How to do that? any ideas ? Thanks 回答1: This selectors you want to remove are custom and certainly added by a third party plugin. You can try this to hide the drop-down selector field with a custom function hooked in admin_head action hook. You will need to replace the CSS ID #my_selector_id by the ID or the class of the selector you want to hide (using your browser code inspector to