Replies: 0
Hello I am trying to remove the following options from the Bulk Edit Order Dropdown Menu.
“Mark on hold”
“Mark as processing”
This is not working?
add_filter( ‘bulk_actions-mark_processing-shop_order’, ‘__return_empty_array’, 100 );
Replies: 0
Hello I am trying to remove the following options from the Bulk Edit Order Dropdown Menu.
“Mark on hold”
“Mark as processing”
This is not working?
add_filter( ‘bulk_actions-mark_processing-shop_order’, ‘__return_empty_array’, 100 );