WC_Cart::fees_api()

Return reference to fees API.


Description Description


Return Return

(WC_Cart_Fees)


Top ↑

Source Source

File: includes/class-wc-cart.php

1894
1895
1896
public function fees_api() {
    return $this->fees_api;
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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