The [tribe_tickets_attendees] shortcode is included with the Event Tickets Plus add-on for Event Tickets. It displays the public attendees list for an event on any WordPress page or post.

Usage

Both Event Tickets and the Event Tickets Plus add-on are required to use the shortcode.

[tribe_tickets_attendees post_id="123"]
  • post_id (Required) – The post_id parameter is the ID of the event, page, or post that contains the attendees to display.
  • title (Optional) – This sets the title above the ticket block.
To find the Post ID needed, visit the attendees page of the event.

Example

The following embeds the public attendee list for an event with ID 123 and displays “Here’s who else is going!” above it.

[tribe_tickets_attendees post_id="123" title="Here's who else is going!"]