WC_Cart::get_fees PHP Method

get_fees() public method

Get fees.
public get_fees ( ) : array
return array
    public function get_fees()
    {
        return array_filter((array) $this->fees);
    }
WC_Cart