woocommerce_fulfillment_before_delete

woocommerce_fulfillment_before_delete

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

apply_filters('woocommerce_fulfillment_before_delete') is found 1 times:

  • /src/Admin/Features/Fulfillments/DataStore/FulfillmentsDataStore.php line 303
    		 * Filter to modify the fulfillment data before it is updated.
    		 *
    		 * @since 10.1.0
    		 */
    		$data = apply_filters( 'woocommerce_fulfillment_before_delete', $data );
    
    		// Soft Delete the fulfillment from the database.
    		global $wpdb;
    
    		$data_id = $data->get_id();