woocommerce_fulfillment_after_fulfill, $data
woocommerce_fulfillment_after_fulfill, $data
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_fulfillment_after_fulfill, $data') is found 2 times:
- /src/Admin/Features/Fulfillments/DataStore/FulfillmentsDataStore.php line 126
* Action to perform after a fulfillment is fulfilled. * * @since 10.1.0 */ do_action( 'woocommerce_fulfillment_after_fulfill', $data ); } } /** * Method to read a fulfillment from the database. *
- /src/Admin/Features/Fulfillments/DataStore/FulfillmentsDataStore.php line 278
* @param Fulfillment $data The fulfillment object that was fulfilled. * * @since 10.1.0 */ do_action( 'woocommerce_fulfillment_after_fulfill', $data ); } } /** * Method to delete a fulfillment from the database. *