Tribe__Template::get_template_folder_lookup()
Gets in this instance of the template engine whether we are looking public folders like themes.
Return
(bool) Whether we are looking into theme folders.
Source
File: src/Tribe/Template.php
public function get_template_folder_lookup() {
return $this->template_folder_lookup;
}
Changelog
| Version | Description |
|---|---|
| 4.12.1 | Introduced. |