woocommerce_remove_order_item_ids
woocommerce_remove_order_item_ids
Hook Type: action
See hook in action
Displaying hooks found in version: jetpack.14.0do_action('woocommerce_remove_order_item_ids') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php line 256
} $order_item_ids = array_keys( $order_items ); if ( $order_item_ids ) { do_action( 'woocommerce_remove_order_item_ids', $order_item_ids ); } } /** * Expand order item IDs to order items and their meta. *