Filter orders by specific meta fields in WooCommerce admin orders list
问题 Can anyone let me know, how can i add / set filter by company name in woo-commerce order page. and please share functions or show my error so i can solved it. i tried it but not working. you help is much appreciated. add_action( 'restrict_manage_posts', 'admin_shop_order_by_product_type_filter' ); function admin_shop_order_by_product_type_filter(){ global $pagenow, $post_type; if( 'shop_order' === $post_type && 'edit.php' === $pagenow ) { $domain = 'woocommerce'; $filter_id = 'filter_billing