woocommerce_fulfillment_deleted_notification, $order_id, $fulfillment, wc_get_order( $order_id
woocommerce_fulfillment_deleted_notification, $order_id, $fulfillment, wc_get_order( $order_id
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_fulfillment_deleted_notification, $order_id, $fulfillment, wc_get_order( $order_id') is found 1 times:
- /src/Admin/Features/Fulfillments/OrderFulfillmentsRestController.php line 530
* Trigger the fulfillment deleted notification. * * @since 10.1.0 */ do_action( 'woocommerce_fulfillment_deleted_notification', $order_id, $fulfillment, wc_get_order( $order_id ) ); FulfillmentsTracker::track_fulfillment_notification_sent( 'fulfillment_deleted', $fulfillment_id, $order_id ); } return new WP_REST_Response( array( 'message' => __( 'Fulfillment deleted successfully.', 'woocommerce' ),