WC_Abstract_Order::get_fees()

Return an array of fees within this order.


Description Description


Return Return

(WC_Order_item_Fee[])


Top ↑

Source Source

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

	public function get_fees() {
		return $this->get_items( 'fee' );
	}


Top ↑

User Contributed Notes User Contributed Notes

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