Good morning everyone.
As the title says I\'m trying to fire a function when an order is updated.
More specifically I want to run this function when a custom field in the or
As written in the edit the woocommerce_process_shop_order_meta is the right hook to use if you want to trigger a function or a response when an order is update.