Cart::get_cart_total()
Get the total of the cart.
Return
(null|float)
Source
File: src/Tickets/Commerce/Cart.php
public function get_cart_total() {
return $this->get_repository()->get_cart_total();
}
Changelog
| Version | Description |
|---|---|
| 5.10.0 | Introduced. |