woocommerce_fulfillment_after_update
woocommerce_fulfillment_after_update
Appears in: woocommerce.10.1.2
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.1.2do_action('woocommerce_fulfillment_after_update') is found 1 times:
- /src/Internal/DataStores/Fulfillments/FulfillmentsDataStore.php line 262
* @param Fulfillment $data The fulfillment object that was updated. * * @since 10.1.0 */ do_action( 'woocommerce_fulfillment_after_update', $data ); } if ( $is_fulfill_action && ! doing_action( 'woocommerce_fulfillment_after_fulfill' ) ) { /** * Action to perform after a fulfillment is fulfilled. *