Module::get_cart_url()

Maps to the Cart Class method to get the cart.


Return

(string)


Top ↑

Source

File: src/Tickets/Commerce/Module.php

	public function get_cart_url() {
		return tribe( Cart::class )->get_url();
	}

Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.