Remove status dropdown
-
Have a client that wants to replace the Order Status dropdown from a dropdown to a customized list of checkboxes/radio buttons.
I don’t know he seems to think it would be easier.
I have tried to just remove the entire dropdown
remove_filter( 'wc_order_statuses', 'filter_wc_order_statuses', 10, 1 );
but that doesn’t seem to be working. I have found where the html for the dropdown is added in “class-wc-meta-box-order-data.php” but there doesn’t seem to be a hook to grab just that ouput.
Any suggestions much appreciated
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove status dropdown’ is closed to new replies.