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.


Parameters

$limit_attendees

(int) Number of attendees to retrieve. Default is no limit -1.


Top ↑

Source

File: src/Tribe/Attendees_List.php


Top ↑

Changelog

Changelog
Version Description
4.10.5 Introduced.