apply_filters( 'tribe_events_single_event_title_classes', array $title_classes , numeric $event_id )
Allows filtering of the single event template title classes.
Contents
Parameters
- $title_classes
-
(array) List of classes to create the class string from.
- $event_id
-
(numeric) The ID of the displayed event.
Source
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |