apply_filters( 'tribe_template_common_path', string $path, self $template )

Allows filtering the path to a template provided by Common.


Parameters

$path

(string) Complete path to include the base folder of common part of the plugin.

$template

(self) Current instance of the Tribe__Template.


Top ↑

Source

File: src/Tribe/Template.php


Top ↑

Changelog

Changelog
Version Description
4.12.10 Introduced.