Hide Stock Locations column from order in admin
-
Hi,
Is it possible to hide/override the Stock Locations column (header and input fields) from the order page in the admin? In my case these are not required (although the chosen location alone might be helpful).
I had hoped to use the following…
remove_action('woocommerce_admin_order_item_headers', array('SlwOrderItem', 'add_stock_location_column_wc_order', 10));
Unfortunately this doesn’t do the trick.
Any guidance appreciated.
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.