woocommerce_fulfillment_deleted_notification

woocommerce_fulfillment_deleted_notification

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

do_action('woocommerce_fulfillment_deleted_notification') is found 1 times:

  • /src/Internal/Fulfillments/OrderFulfillmentsRestController.php line 437
    			 * Trigger the fulfillment deleted notification.
    			 *
    			 * @since 10.1.0
    			 */
    			do_action( 'woocommerce_fulfillment_deleted_notification', $order_id, $fulfillment, wc_get_order( $order_id ) );
    		}
    		return new WP_REST_Response(
    			array(
    				'message' => __( 'Fulfillment deleted successfully.', 'woocommerce' ),
    			),
    			WP_Http::OK
    

See this hook used in plugins: