Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
Created December 18, 2014 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseeproductions/9f96d2ef2dc8e1c41922 to your computer and use it in GitHub Desktop.
Save jesseeproductions/9f96d2ef2dc8e1c41922 to your computer and use it in GitHub Desktop.
The Events Calendar check if Event Brite Event is Live
/**
* The Events Calendar check if Event Brite Event is Live
* $eb_is_live returns true if live
* Add an eventid (postid) if not used in the loop to isLive()
*/
$tribe_eventbrite = new Event_Tickets_PRO();
$eb_is_live = $tribe_eventbrite->isLive();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment