woocommerce_fulfillment_after_create, $data
woocommerce_fulfillment_after_create, $data
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_fulfillment_after_create, $data') is found 1 times:
- /src/Admin/Features/Fulfillments/DataStore/FulfillmentsDataStore.php line 117
* @param Fulfillment $data The fulfillment object that was created. * * @since 10.1.0 */ do_action( 'woocommerce_fulfillment_after_create', $data ); } if ( $is_fulfill_action && ! doing_action( 'woocommerce_fulfillment_after_fulfill' ) ) { /** * Action to perform after a fulfillment is fulfilled. *