Template_Modifications::__construct( TribeEventsVirtualAdmin_Template $template )

Template_Modifications constructor.


Parameters

$template

(TribeEventsVirtualAdmin_Template) (Required) An instance of the plugin template handler.


Top ↑

Source

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

	public function __construct( Admin_Template $template ) {
		$this->template = $template;
	}

Top ↑

Changelog

Changelog
Version Description
1.0.4 Introduced.