apply_filters( 'tribe_tickets_hide_attendees_list', bool $is_hidden , WP_Post $post )
Use this to filter and hide the Attendees List for a specific post or all of them.
Contents
Parameters
- $is_hidden
-
(bool) Whether the attendees list is hidden.
- $post
-
(WP_Post) The post object.
Source
Changelog
| Version | Description |
|---|---|
| 4.12.0 | Introduced. |