WC_Cart::fees_api()
Return reference to fees API.
Description Description
Return Return
Source Source
File: includes/class-wc-cart.php
public function fees_api() {
return $this->fees_api;
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |