Tribe__Tickets__Editor__Template::__construct()
Building of the Class template configuration
Source
File: src/Tribe/Editor/Template.php
public function __construct() {
$this->set_template_origin( Tribe__Tickets__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 |
|---|---|
| 4.9 | Introduced. |