Hi,
in EventON Add-on Single Event, you call some informations and they are copied in text to be published in twitter (or facebook...) so you have TITLECOUNT, PERMALINKCOUNT etc...
I need for personal use more informations like VENUE, DATE and HOUR. So I called in eventon-single-event.php some information like :
$venue = apply_filters('the_loc', $page_data->evcal_location);
$date=apply_filters('the_date', $page_data->evcal_start_date);
$hour=apply_filters('the_date', $page_data->evcal_start_time_hour);
and others...
before updating the add-on, this was working like a charm. But since an update the DATE and HOUR don't work anymore, I think something changed in EventON.
Can you tell me how I can call now the DATE and HOUR information please ?
Thanks