EM_Events showing old events
-
$posts = EM_Events::get(array(‘limit’=>3));
foreach( $posts as $post) {The above is my code snippet where in I am trying to retrieve the three next events. The problem is that events are not going away after the scheduled time passes. IE. and event is scheduled for 10-11am today and at 11:30am the event is still displayed…
Could anyone offer some advice to get this resolved?
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘EM_Events showing old events’ is closed to new replies.