WC_Cart_Fees::get_fees()
Get fees.
Method of the class: WC_Cart_Fees{}
No Hooks.
Return
Array
.
Usage
$WC_Cart_Fees = new WC_Cart_Fees(); $WC_Cart_Fees->get_fees();
WC_Cart_Fees::get_fees() WC Cart Fees::get fees code WC 9.7.1
public function get_fees() { uasort( $this->fees, array( $this, 'sort_fees_callback' ) ); return $this->fees; }