That’s what i have now and occurrences keep showing up, i want to hide them:
$args = array(
‘post_type’ => ‘event’,
‘ignore_sticky_posts’ => 1,
‘posts_per_page’ => (int) $module[‘number’],
‘order’ => ‘ASC’,
‘event_show_past_events’ => false,
‘suppress_filters’ => false,
‘show_occurrences’ => false,