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