apply_filters( 'tec_tickets_hide_attendee_list_optout', bool $hide_attendee_list_optout , int|WP_Post $post )
Filters whether to hide the attendee list opt-out option.
Contents
Parameters
- $hide_attendee_list_optout
-
(bool) Whether to hide the attendee list opt-out option.
- $post
-
(int|WP_Post) The post object or ID.
Source
Changelog
| Version | Description |
|---|---|
| 5.6.3 | Introduced. |