Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_cart_transient_key()
Get the key used to store the cart transient URL.
Return
(string)
Source
File: src/Tribe/Commerce/WooCommerce/Main.php
public function get_cart_transient_key() {
return $this->cart_location_cache_prefix . $this->get_session_hash();
}
Changelog
| Version | Description |
|---|---|
| 4.7.3 | Introduced. |