Template_Modifications::get_template()

Read-only method to access the protected template property.


Return

(TribeEventsVirtualCompatibilityEvent_TicketsTemplate)


Top ↑

Source

File: src/Tribe/Compatibility/Event_Tickets/Template_Modifications.php

	public function get_template() {
		return $this->template;
	}

Top ↑

Changelog

Changelog
Version Description
1.0.4 Introduced.