I created an event and under “Custom Fields”, I selected “sp_timeline” and entered the value “2”. Where might I access sp_timeline associated with this event in mysql? It doesn’t seem to appear in wordpress.wp_posts. How might sp_timeline be displayed on the front end event page?
If you’re familiar with WordPress action hooks, you can use any of the hooks found in the templates in the /public/ folder of EE4 core. For example, this hook: do_action( 'AHEE_event_details_after_event_date', $post );
found in /public/Espresso_Arabica_2014/content-espresso_events-datetimes.php,
can be used to add content immediately following where the date(s) of the event is displayed.
The support post ‘accessing EE custom field data’ 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.