apply_filters( 'tribe_template_common_path', string $path , self $template )
Allows filtering the path to a template provided by Common.
Contents
Parameters
- $path
-
(string) Complete path to include the base folder of common part of the plugin.
- $template
-
(self) Current instance of the Tribe__Template.
Source
File: src/Tribe/Template.php
Changelog
Version | Description |
---|---|
4.12.10 | Introduced. |