WC_Cart_Fees::get_fees()

Get fees.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-cart-fees.php

	public function get_fees() {
		uasort( $this->fees, array( $this, 'sort_fees_callback' ) );

		return $this->fees;
	}

Top ↑

User Contributed Notes User Contributed Notes

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