owner parameter doesn't work on shortcode
-
I have a couple of events that allow booking on events manager. I use
echo do_shortcode(“[events_fullcalendar owner=’whatever’]”);
or also
$args = array(‘owner’ => ‘asfas’);
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? I read that the fullcalendar shortcode accepts events manager parameters…
The topic ‘owner parameter doesn't work on shortcode’ is closed to new replies.