Skip to content

Instantly share code, notes, and snippets.

@devinmcinnis
Created March 9, 2013 03:38
Show Gist options
  • Save devinmcinnis/5122387 to your computer and use it in GitHub Desktop.
Save devinmcinnis/5122387 to your computer and use it in GitHub Desktop.
Get Event for Events Made Easy on Wordpress
<?php
# I have no idea why this is not in the documentation
$event = eme_get_event($wp_query->query_vars['event_id']);
print_r($event);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment