Change Woocommerce Order Status based on different Shipping Methods
I am using Change Woocommerce Order Status based on Shipping Method code and it works beautifully for re-assigning my custom order status "awaiting-pickup" in WooCommerce based on shipping method string. Here is my code: add_action( 'woocommerce_thankyou', 'shipping_method_update_order_status', 10, 1 );…