WC_Cart::fees_api()publicWC 3.2.0

Return reference to fees API.

Method of the class: WC_Cart{}

No Hooks.

Return

WC_Cart_Fees.

Usage

$WC_Cart = new WC_Cart();
$WC_Cart->fees_api();

Changelog

Since 3.2.0 Introduced.

WC_Cart::fees_api() code WC 8.7.0

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