Overview

Packages

  • event-post

Classes

  • EventPost
  • EventPost_Cal
  • EventPost_List
  • EventPost_Map
  • EventPost_Search
  • EventPost_Shortcodes
  • EventPostChild
  • EventPostMU
  • EventPostWeather

Functions

  • eventpost_list_block_init
  • eventscalendar_block_init
  • eventsmap_block_init
  • get_the_date_end
  • get_the_date_start
  • get_the_dates
  • get_the_location
  • the_date_end
  • the_date_start
  • the_dates
  • the_location
  • Overview
  • Package
  • Class

Package event-post

Classes summary
EventPost The main class where everything begins.
EventPost_Cal The calendar widget
EventPost_List The list widget
EventPost_Map

The Map widget Displays a map of geolocalized posts

EventPost_Search
EventPost_Shortcodes Implements all shortcodes features
EventPostChild Manage child events
EventPostMU

Event Post multisite support Extends Event post to multisite networks

EventPostWeather

Provides weather support thanks to OpenWeatherMap http://openweathermap.org

Functions summary
eventpost_list_block_init

Registers all block assets so that they can be enqueued through Gutenberg in the corresponding context.

eventscalendar_block_init

Registers all block assets so that they can be enqueued through Gutenberg in the corresponding context.

eventsmap_block_init

Registers all block assets so that they can be enqueued through Gutenberg in the corresponding context.

get_the_date_end Returns the HTML of the end date of an event
get_the_date_start Returns the HTML of the start date of an event
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

get_the_location Returns the HTML of the location date of an event
the_date_end Outputs the HTML of the start date of an event
the_date_start Outputs the HTML of the start date of an event
the_dates Outputs the HTML generated by get_the_dates
the_location Outputs the HTML of the location date of an event
API documentation generated by ApiGen