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.


Parameters

$hide_attendee_list_optout

(bool) Whether to hide the attendee list opt-out option.

$post

(int|WP_Post) The post object or ID.


Top ↑

Source

File: src/Tribe/Tickets_View.php


Top ↑

Changelog

Changelog
Version Description
5.6.3 Introduced.