apply_filters( 'tribe_tickets_attendees_show_title', boolean $show_title , Tribe__Tickets__Attendees $attendees )
Whether we should display the “Attendees for: %s” title.
Contents
Parameters
- $show_title
-
(boolean) Whether to show the title.
- $attendees
-
(Tribe__Tickets__Attendees) The attendees object.
Source
Changelog
| Version | Description |
|---|---|
| 5.0.1 | Change default to the result of is_admin(). |
| 4.6.2 | |
| 4.12.1 | Introduced. |