Module::get_cart_url()
Maps to the Cart Class method to get the cart.
Return
(string)
Source
File: src/Tickets/Commerce/Module.php
public function get_cart_url() {
return tribe( Cart::class )->get_url();
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |