woocommerce_order_update_tax

woocommerce_order_update_tax

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_order_update_tax') is found 1 times:

  • /includes/legacy/abstract-wc-legacy-order.php line 311
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
        $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).