apply_filters( 'tribe_aggregator_template_file', string $file , array $name , array $data )
A more Specific Filter that will include the template name
Contents
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.
Return
(string) $file Complete path to include the PHP File
Source
Changelog
| Version | Description |
|---|---|
| 4.3 | Introduced. |