apply_filters( 'tribe_events_tickets_plus_attendees_list_checkbox_label', string|false $checkbox_label )

Allow plugins to remove support for checkbox field values being displayed or override the text shown.


Parameters

$checkbox_label

(string|false) Label value of checkbox that is checked, return false to turn off label support.


Top ↑

Source

File: src/Tribe/Meta/Export.php


Top ↑

Changelog

Changelog
Version Description
4.10.4 Introduced.