woocommerce_order_update_tax, $this->get_id(
woocommerce_order_update_tax, $this->get_id(
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_order_update_tax, $this->get_id(') is found 1 times:
- /includes/legacy/abstract-wc-legacy-order.php line 312
$item->set_order_id( $this->get_id() ); $item->set_props( $args ); $item->save(); do_action( 'woocommerce_order_update_tax', $this->get_id(), $item->get_id(), $args ); return $item->get_id(); } /** * Get a product (either product or variation).