Title: Event Tickets plus
Last modified: May 9, 2019

---

# Event Tickets plus

 *  Resolved [roabe](https://wordpress.org/support/users/roabe/)
 * (@roabe)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/event-tickets-plus/)
 * Hi, please, does the plugin Event Tickets plus show the date (and time) of check-
   in?

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11513893)
 * Hi [@roabe](https://wordpress.org/support/users/roabe/)
 * There is no such built-in option in Event Tickets or Event Tickets Plus, but 
   it could be done with some custom work.
 * I did this snippet a while back to do this. I don’t know if it still works, I
   think it should.
    [https://gist.github.com/andrasguseo/f0f0c12afe56870e9f911e6858cd9c76](https://gist.github.com/andrasguseo/f0f0c12afe56870e9f911e6858cd9c76)
 * Hope this helps.
 * Cheers,
    Andras
 *  Thread Starter [roabe](https://wordpress.org/support/users/roabe/)
 * (@roabe)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11515039)
 * Hi András,
    Thank you so much but I don’t know how to use it for the Event tickets
   plus. This whole code write to Snippets? There are parts for other plugins (Tribe,
   Wooticket).. I am a beginner, sorry.. I need to show the date of check-in in 
   the administration when scanning the ticket QR code. Greetings, Roman
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11518578)
 * What eCommerce platform are you using to sell tickets?
    WooCommerce, Easy Digital
   Downloads, or the built in Tribe Commerce? Or you only have RSVPs? A.
 *  Thread Starter [roabe](https://wordpress.org/support/users/roabe/)
 * (@roabe)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11519182)
 * WooCommerce,
    thanks Roman
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11520601)
 * Hi [@roabe](https://wordpress.org/support/users/roabe/)
 * I created a snippet that only handles ET+ and WooCommerce.
 * Copy the code in your (child) theme’s functions.php file.
 * Let me know if it works.
 * A.
 *  Thread Starter [roabe](https://wordpress.org/support/users/roabe/)
 * (@roabe)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11521256)
 * Hi András,
    great!!! It works! Thank you very much, you really helped me! You’re
   great! Have a nice day! Best regards, Roman
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11523151)
 * Stoked to hear it helped [@roabe](https://wordpress.org/support/users/roabe/)!
 * A.
 *  [joemima](https://wordpress.org/support/users/joemima/)
 * (@joemima)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11616357)
 * Hi [@aguseo](https://wordpress.org/support/users/aguseo/) ,
 * Curious: does this information only show up on the attendee list?
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11620800)
 * Hi [@joemima](https://wordpress.org/support/users/joemima/)
 * Yes, on the backend on the attendee list.
    However, the snippet saves the check
   in time in the database. From that point on – with some more coding – you should
   be able to show that information anywhere.
 *  [joemima](https://wordpress.org/support/users/joemima/)
 * (@joemima)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11623486)
 * Hi [@aguseo](https://wordpress.org/support/users/aguseo/) ,
 * Thanks for responding.
 * Can you please tell me the specific name of the database/table where I can access
   this information?
 * Thanks in anticipation.
 * Joe
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11624414)
 * [@joemima](https://wordpress.org/support/users/joemima/)
 * It is saved in the wp_postmeta table with the option name ‘_tribe_check_in_time’.
 * This is how the save is done:
    `update_post_meta( $attendee_id, '_tribe_check_in_time',
   date('Y-m-d H:i:s e' ) );`
 * This is how it is read:
    `$checkin_time = get_post_meta( $order_id, '_tribe_check_in_time',
   true );`
 * Hope this helps.
    A.
 *  [joemima](https://wordpress.org/support/users/joemima/)
 * (@joemima)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11625458)
 * Thanks so much, [@aguseo](https://wordpress.org/support/users/aguseo/) . I appreciate
   you! 🙏🏾
 * Let’s say I want to pull all the check-in/attendee data (including the check-
   in time) and place them on a page that stays live pulling the most current data
   from that table, how would I do that? Could you indulge me with the complete 
   php code for that? I imagine this is a bit, so I understand your response either
   way and stay appreciative.
 * Thanks

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Event Tickets plus’ is closed to new replies.

 * ![](https://ps.w.org/event-tickets/assets/icon.svg?rev=2259340)
 * [Event Tickets and Registration](https://wordpress.org/plugins/event-tickets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-tickets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-tickets/)
 * [Active Topics](https://wordpress.org/support/plugin/event-tickets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-tickets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-tickets/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [joemima](https://wordpress.org/support/users/joemima/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/event-tickets-plus/#post-11625458)
 * Status: resolved