woocommerce_order_update_fee

woocommerce_order_update_fee

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_order_update_fee') is found 1 times:

  • /includes/legacy/abstract-wc-legacy-order.php line 280
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
        $item->set_order_id( $this->get_id() );
        $item->set_props( $args );
        $item->save();
     
        do_action( 'woocommerce_order_update_fee', $this->get_id(), $item->get_id(), $args );
     
        return $item->get_id();
    }
     
    /**
     * Update tax line on order.