apply_filters( 'tribe_template_pre_html', string $html , string $file , array $name , self $template )
Allow users to filter the HTML before rendering
Contents
Parameters
- $html
-
(string) The initial HTML
- $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.11.0 | Introduced. |