woocommerce_fulfillment_updated_notification
woocommerce_fulfillment_updated_notification
Appears in: woocommerce.10.1.2
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.1.2do_action('woocommerce_fulfillment_updated_notification') is found 1 times:
- /src/Internal/Fulfillments/OrderFulfillmentsRestController.php line 377
* Trigger the fulfillment updated notification on updating a fulfillment. * * @since 10.1.0 */ do_action( 'woocommerce_fulfillment_updated_notification', $order_id, $fulfillment, wc_get_order( $order_id ) ); } } } catch ( ApiException $ex ) { return $this->prepare_error_response( $ex->getErrorCode(), $ex->getMessage(),