Cart::get_cart_total()

Get the total of the cart.


Return

(null|float)


Top ↑

Source

File: src/Tickets/Commerce/Cart.php

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

Top ↑

Changelog

Changelog
Version Description
5.10.0 Introduced.