apply_filters( 'tribe_tickets_plus_hide_attendees_list_optout', bool $hide_attendee_list_optout, int $post_id )

Use this filter to hide the Attendees List Opt-out.


Parameters

$hide_attendee_list_optout

(bool) Whether to hide attendees list opt-out.

$post_id

(int) The post ID this ticket belongs to.


Top ↑

Source

File: src/views/v2/modal/item/opt-out.php


Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.