apply_filters( 'tribe_template_origin_base_folder', array $namespace, self $template )

Allows filtering of the base path for templates.


Parameters

$namespace

(array) Which is the base folder we will look for files in the plugin.

$template

(self) Current instance of the Tribe__Template.


Top ↑

Source

File: src/Tribe/Template.php


Top ↑

Changelog

Changelog
Version Description
4.10.2 Introduced.