Hey All,
I am getting started with events calendar, so I’m sorry if this is a lame question. I am making a custom widget and I need to get all the variables that are mentioned in the top of the events-advanced-list-load-widget-display.php file. From the file:
=============
* When the template is loaded, the following vars are set: $start, $end, $venue, $address, $city, $state, $province’], $zip, $country, $phone, $cost
* @return string
*/
// Vars set:
// ‘$event->AllDay’,
// ‘$event->StartDate’,
// ‘$event->EndDate’,
// ‘$event->ShowMapLink’,
// ‘$event->ShowMap’,
// ‘$event->Cost’,
// ‘$event->Phone’,
========
How can I call these variables in another page template so I can use this on other pages?