Fullcalendar and owner
-
I have a couple of events that allow booking on events manager. I use
echo do_shortcode(“[events_fullcalendar owner=’2′]”);
or also
$args = array(‘owner’ => 2);
echo WP_FullCalendar::calendar($args);in a template. The calendar shows the events doesn’t matter what I specify on the owner.
How can I specify the owner/author of the event on the shortcode?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fullcalendar and owner’ is closed to new replies.