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.
Contents
Parameters
- $checkbox_label
-
(string|false) Label value of checkbox that is checked, return false to turn off label support.
Source
Changelog
| Version | Description |
|---|---|
| 4.10.4 | Introduced. |