WC_Abstract_Order::get_taxes()

Return an array of taxes within this order.


Description Description


Return Return

(WC_Order_Item_Tax[])


Top ↑

Source Source

File: includes/abstracts/abstract-wc-order.php

	public function get_taxes() {
		return $this->get_items( 'tax' );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.