woocommerce_fulfillment_updated_notification, $order_id, $fulfillment, $order, $customer_note
woocommerce_fulfillment_updated_notification, $order_id, $fulfillment, $order, $customer_note
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_fulfillment_updated_notification, $order_id, $fulfillment, $order, $customer_note') is found 1 times:
- /src/Admin/Features/Fulfillments/OrderFulfillmentsRestController.php line 458
* * @since 10.1.0 * @since 10.8.0 Added $customer_note parameter. */ do_action( 'woocommerce_fulfillment_updated_notification', $order_id, $fulfillment, $order, $customer_note ); FulfillmentsTracker::track_fulfillment_notification_sent( 'fulfillment_updated', $fulfillment->get_id(), $order_id ); } } } catch ( ApiException $ex ) { FulfillmentsTracker::track_fulfillment_validation_error( 'update', $ex->getErrorCode(), $this->check_request_source( $request ) ); return $this->prepare_error_response(