none

Classes Summary
EventPostMU Event Post multisite support Extends Event post to multisite networks
EventPost_Shortcodes Implements all shortcodes features
EventPost_Map The Map widget Displays a map of geolocalized posts
EventPost_Cal The calendar widget
EventPostChild Manage child events
EventPost_List The list widget
WP_Widget see https://developer.wordpress.org/reference/classes/wp_widget/
EventPostWeather Provides weather support thanks to OpenWeatherMap http://openweathermap.org License: Creative Commons (cc-by-sa) http://creativecommons.org/licenses/by-sa/2.0/. Get an API key http://openweathermap.org/appid#get
EventPost The main class where everything begins. Add calendar and/or geolocation metadata on posts
Functions Summary
get_the_dates Returns the HTML string of the given event's date range. If no post reference is given, the current post will be used
the_dates Outputs the HTML generated by `get_the_dates`
get_the_date_start Returns the HTML of the start date of an event
the_date_start Outputs the HTML of the start date of an event
get_the_date_end Returns the HTML of the end date of an event
the_date_end Outputs the HTML of the start date of an event
get_the_location Returns the HTML of the location date of an event
the_location Outputs the HTML of the location date of an event
eventpost_list_block_init Functions to register client-side assets (scripts and stylesheets) for the Gutenberg block.
eventscalendar_block_init Functions to register client-side assets (scripts and stylesheets) for the Gutenberg block.
eventsmap_block_init Functions to register client-side assets (scripts and stylesheets) for the Gutenberg block.