Template::__construct()
Template constructor.
Source
File: src/Tribe/Views/V2/iCalendar/Template.php
public function __construct() { $this->set_template_origin( tribe( 'tec.main' ) ); $this->set_template_folder( 'src/views/v2' ); // Setup to look for theme files. $this->set_template_folder_lookup( true ); // Configures this templating class extract variables. $this->set_template_context_extract( true ); }
Changelog
Version | Description |
---|---|
5.16.0 | Introduced. |