apply_filters( 'tribe_aggregator_template_file', string $file, array $name, array $data )

A more Specific Filter that will include the template name


Parameters

$file

(string) Complete path to include the PHP File.

$name

(array) Template name.

$data

(array) The Data that will be used on this template.


Top ↑

Return

(string) $file Complete path to include the PHP File


Top ↑

Source

File: src/Tribe/Aggregator/Page.php


Top ↑

Changelog

Changelog
Version Description
4.3 Introduced.