Created
March 9, 2013 03:38
-
-
Save devinmcinnis/5122387 to your computer and use it in GitHub Desktop.
Get Event for Events Made Easy on Wordpress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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