I suppose this really depends on what you are trying to do.
I did a small test to use the meta data in the post registration page for example (registration_page.display.php), so I simply pulled over the event meta as mentioned in the event_post.php
<?php
global $event_meta;
$event_meta = unserialize($data->event->event_meta);
var_dump($event_meta);
?>
Ok so all I did here was var_dump it, but as you can see the meta data is available there and can be manipulated.
The meta isnt available on the posts. I will ask a dev to examine this for a possible future update,
Viewing 1 reply thread
The support post ‘Query events by event_meta value’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.