apply_filters( 'tribe_template_theme_path_list', array $folders, string $namespace, self $template )

Allows filtering of the list of theme folders in which we will look for the template.


Parameters

$folders

(array) Complete path to include the base public folder.

$namespace

(string) Loads the files from a specified folder from the themes.

$template

(self) Current instance of the Tribe__Template.


Top ↑

Source

File: src/Tribe/Template.php


Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.