woocommerce_fulfillment_deleted_notification
woocommerce_fulfillment_deleted_notification
Appears in: woocommerce.10.1.2, woocommerce.10.2.2, woocommerce.10.3.4, woocommerce.10.3.5, woocommerce.10.4.3, woocommerce.10.5.2, woocommerce.10.5.3, woocommerce.10.6.1, woocommerce.10.6.2, woocommerce.10.8.1
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.8.1do_action('woocommerce_fulfillment_deleted_notification') is found 1 times:
- /src/Admin/Features/Fulfillments/OrderFulfillmentsRestController.php line 504
* 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' ),