apply_filters( 'tribe_events_single_event_title_html', string $after, string $event_id )

Allows filtering of the single event template title HTML.


Parameters

$after

(string) HTML string to display. Return an empty string to not display the title.

$event_id

(string) The ID of the displayed event.


Top ↑

Source

File: src/views/single-event.php


Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.