Template::__construct()

Template constructor.

Contents


Source

File: src/Tickets/Seating/Admin/Template.php

	public function __construct() {
		$this->set_template_origin( tribe( Tickets::instance() ) );
		$this->set_template_folder( 'src/admin-views/seating' );
		$this->set_template_folder_lookup( false );
		$this->set_template_context_extract( true );
	}

Top ↑

Changelog

Changelog
Version Description
5.16.0 Introduced.