Tribe__Tickets_Plus__Template::__construct()
Building of the Class template configuration.
Source
File: src/Tribe/Template.php
public function __construct() {
$this->set_template_origin( Tribe__Tickets_Plus__Main::instance() );
$this->set_template_folder( 'src/views' );
// Configures this templating class to extract variables.
$this->set_template_context_extract( true );
// Uses the public folders.
$this->set_template_folder_lookup( true );
}
Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |