apply_filters( 'tribe_events_single_event_title_html_after', string $after , numeric $event_id )
Allows filtering of the single event template title after HTML.
Contents
Parameters
- $after
-
(string) HTML string to display after the title text.
- $event_id
-
(numeric) The ID of the displayed event.
Source
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |