Accessing attendee list and hooking in to check in action

Home Forums Ticket Products Event Tickets Plus Accessing attendee list and hooking in to check in action

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1182464
    Rupert
    Participant

    Hello there,

    We need to be able to access attendees per event. Each user has a profile page on which they can see all events they have attended. We would like this to instead show all events they have been checked in to. However the only functions relating to attendees that we can find are for the eventbright tickets. Could you point me in the direction of the equivalent for Event Tickets Plus please?

    Additionally, we need to have some extra functionality (that we will code ourselves) kick in upon check in of an attendee. Could you please tell me if there is a hook available for that?

    Thanks a lot

    #1183141
    Andras
    Keymaster

    Hi Rupert,

    Thanks for going Pro and welcome to the forums!

    I believe this is the class and call that can get you the tickets (and thus attendees) for an event:

    Tribe__Tickets__Tickets::get_event_tickets( $event_id );

    You can find this in wp-content\plugins\event-tickets\src\admin-views\attendees.php file.

    As for the check in, look around in this file: wp-content\plugins\event-tickets\src\Tribe\Attendees_Table.php

    This is what I found on short notice. 🙂 Let me know if this helps or if you need any more info.

    Cheers,
    Andras

    #1193875
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Accessing attendee list and hooking in to check in action’ is closed to new replies.