Get Attendee List for Event

Home Forums Ticket Products Event Tickets Plus Get Attendee List for Event

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1127627
    Dan Feeley
    Participant

    I’m looking for a way to programmatically get the attendee list for an event.

    I have tried searching through the documentation with no luck. Is there a call, method, or function available that will allow me to do that?

    Thank You.

    #1127811
    Nico
    Member

    Hi Dan,

    Thanks for getting in touch!

    Take a look into the class Tribe__Tickets_Plus__Attendees_List located at wp-content/plugins/event-tickets-plus/src/Tribe/Attendees_List.php. Depending on what you are looking forward to achieve you can use the [tribe_attendees_list] shortcode which accepts two parameters: ‘event’ (default value null) and ‘limit’ (default value 20).

    Please let me know if that helps,
    Best,
    Nico

    #1128078
    Dan Feeley
    Participant

    Thanks Nico.

    I checked it out, that’s the attendee list for the “front-end”, right?
    The “Who’s Attending” list (which will come in handy later, thanks).

    Is there by chance one for the back-end attendee list, the list that contains the order status, order #, ticket #, and such ?

    #1128726
    Nico
    Member

    Indeed that the list for the front-end!

    There’s actually no shortcode for the back-end list, but if you can give me some details on what you are trying to achieve I’ll dig into the code and try to find a way of getting there (if any).

    Have a great weekend,
    Nico

    #1129238
    Dan Feeley
    Participant

    Go figure. I searched all over trying to find what I was looking for before reaching out for help. While looking for something else I stumbled across what I needed.

    
    $attendee_list = Tribe__Tickets__Tickets::get_event_attendees($event_id);
    

    Thanks Nico, I think I’m good now.

    #1129484
    Nico
    Member

    Perfect Dan! Glad to see you could figure it out 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Get Attendee List for Event’ is closed to new replies.