Skip to content

Instantly share code, notes, and snippets.

@jo-snips
Created June 7, 2012 17:27
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 jo-snips/2890200 to your computer and use it in GitHub Desktop.
Save jo-snips/2890200 to your computer and use it in GitHub Desktop.
The Events Calendar: Check if event is associated with EventBrite
if(tribe_eb_get_id() != '') {
echo "this is an eventbrite event";
} else {
echo "this is not an eventbrite event";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment