Holidays

Holiday lists can be used in recurrent events and the shortcode [eme_calendar]. A list of holidays is a list of dates or range of dates (one per line) in one of the following formats: YYYY-MM-DD YYYY-MM-DD–YYYY-MM-DD (this indicates a range of days) Next to that, you can specify the holiday name, extra calendar CSS class […]

Holidays Read More »

Calendar placeholders

This defines the layout of the calendar when using the shortcode [eme_calendar]. The standard placeholders for events AND the extra placeholders (in this case only conditional tags) mentioned below can be used: #_IS_START_DAY returns 1 if the calendar day corresponds to the start day of an event #_IS_END_DAY returns 1 if the calendar day corresponds

Calendar placeholders Read More »

[eme_mybookings]

Will show all bookings for the logged in user, based on the layout given by the templates or by the generic booking list format. Accepts the following arguments: id the optional event id (or comma-separated list of ids of the events) you want to show bookings for, so you can now show only the bookings

[eme_mybookings] Read More »

Legacy syntax and deprecated placeholders

Reason In the past, there was an inconsistent behaviour when placeholders needed options: #_ATT{…}{…} #_TOTALPRICE… #_SUBMIT[…] and others This resulted also in some unwanted behaviour where square brackets of wordpress shortcodes were matched as possible options for placeholders. This has now been made consistent and the syntax for #_ATT{…}{…} is being taken as a reference.

Legacy syntax and deprecated placeholders Read More »

[eme_attendees]

[eme_attendees] Returns a list of attendees for a single event. Accepts the following arguments: id: the ID of the event you want to show the attendees for. See also the examples below. Either this option or the scope option is required to be present (see below). When using ths shortcode inside a single event format,

[eme_attendees] Read More »

[eme_bookings]

[eme_bookings] Returns the page describing the bookings for a single event. Accepts the following arguments: id: the ID of the event (or comma-separated list of IDs of the events) you want to show the bookings for. See also the examples below. Either this option or the scope option is required to be present (see below).

[eme_bookings] Read More »

Scroll to Top