apply_filters( 'tribe_tickets_attendees_show_view_title', boolean $show_title , int $post_id )
Whether we should display the “Attendees for: %s [#%d]” view title.
Contents
Parameters
- $show_title
-
(boolean) Whether to show the view title.
- $post_id
-
(int) The post ID.
Source
Changelog
| Version | Description |
|---|---|
| 5.0.1 | Introduced. |