apply_filters( "tribe_template_entry_point_html:{$hook_name}", string $html, string $hook_name, string $entry_point_name, self $template )

Generic entry point action for the current template.


Parameters

$html

(string) HTML returned and/or echoed for this for this entry point.

$hook_name

(string) For which template include this entry point belongs.

$entry_point_name

(string) Which entry point specifically we are triggering.

$template

(self) Current instance of the template class doing this entry point.


Top ↑

Source

File: src/Tribe/Template.php


Top ↑

Changelog

Changelog
Version Description
4.12.1 Introduced.