do_action( 'tribe_template_after_include', string $file , array $name , self $template )
Fires an Action after including the template file
Topics
Parameters #
- $file
-
(string) Complete path to include the PHP File
- $name
-
(array) Template name
- $template
-
(self) Current instance of the Tribe__Template
Source #
File: src/Tribe/Template.php
Changelog #
Version | Description |
---|---|
4.7.20 | The $name param no longer contains the extension |
4.6.2 | Introduced. |