woocommerce_fulfillment_after_delete

woocommerce_fulfillment_after_delete

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_after_delete') is found 1 times:

  • /src/Internal/DataStores/Fulfillments/FulfillmentsDataStore.php line 331
    			 * Action to perform after a fulfillment is deleted.
    			 *
    			 * @since 10.1.0
    			 */
    			do_action( 'woocommerce_fulfillment_after_delete', $data );
    		}
    
    		// Set the fulfillment object to a fresh state.
    		$data = new Fulfillment();
    	}
    
    

See this hook used in plugins: