rather like that
<?php $available_space = get_option (‘dbem_booking_available_spaces’)?>
is it possible?
more like
$EM_Event = em_get_event($event_id);
$EM_Event->get_bookings()->get_available_spaces();
Ok thx for your answser and for your interest.
It’s very helpful.
I use this on my small-calendar :
$cell_event->get_bookings()->get_available_spaces();
But how retrieve tiket information ?
like :
$cell_event->get_tikets()->get_tiket_description();
How i can retrieve the list of the accessing ojects
of each event – “An array of EM_Events which occur on that day”.
Like
$EM_Event->get_bookings()->get_available_spaces();?
http://wp-events-plugin.com/tutorials/modifying-the-event-calendar-html/
Thx
Thx i have retrieve all the needed information