apply_filters( 'tribe_tickets_plus_attendees_list_limit_attendees', int $limit_attendees )
Allow for adjusting the limit of attendees fetched from the database for the front-end “Who’s Attending?” list.
Contents
Parameters
- $limit_attendees
-
(int) Number of attendees to retrieve. Default is no limit -1.
Source
Changelog
| Version | Description |
|---|---|
| 4.10.5 | Introduced. |