apply_filters( 'tribe_template_context', array $context, string $file, array $name, self $template )

Allows filtering the Local context.


Parameters

$context

(array) Local Context array of data.

$file

(string) Complete path to include the PHP File.

$name

(array) Template name.

$template

(self) Current instance of the Tribe__Template.


Top ↑

Source

File: src/Tribe/Template.php


Top ↑

Changelog

Changelog
Version Description
4.6.2 Introduced.