Tribe__Tickets__REST__V1__Post_Repository::reset_ticket_cache()

Resets the current ticket caches.

Contents


Source

File: src/Tribe/REST/V1/Post_Repository.php

	public function reset_ticket_cache() {
		unset( $this->current_ticket_id, $this->current_ticket_provider, $this->current_ticket_post, $this->current_ticket_object );
	}

Top ↑

Changelog

Changelog
Version Description
4.8 Introduced.