Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_cart_transient_key()

Get the key used to store the cart transient URL.


Return

(string)


Top ↑

Source

File: src/Tribe/Commerce/WooCommerce/Main.php

	public function get_cart_transient_key() {
		return $this->cart_location_cache_prefix . $this->get_session_hash();
	}

Top ↑

Changelog

Changelog
Version Description
4.7.3 Introduced.