/wp-content/plugins/ directory.Plugins menu in WordPress.Options > MyEvents page of your admin.get_all_events($limit = 100, $date_format = 'd/m/Y') : list all events, $limit shows only the bottom of the listget_past_events($limit = 100, $date_format = 'd/m/Y') : list only past events, $limit shows only the bottom of the listget_future_events($limit = 100, $date_format = 'd/m/Y') : list only future events, $limit shows only the top of the list



