apply_filters( 'tribe_tickets_attendees_show_title', boolean $show_title, Tribe__Tickets__Attendees $attendees )

Whether we should display the “Attendees for: %s” title.


Parameters

$show_title

(boolean) Whether to show the title.

$attendees

(Tribe__Tickets__Attendees) The attendees object.


Top ↑

Source

File: src/admin-views/attendees/attendees-event/title.php


Top ↑

Changelog

Changelog
Version Description
5.0.1 Change default to the result of is_admin().
4.6.2
4.12.1 Introduced.