07 – Placeholders

Generic placeholders

There are a number of generic placeholders, which can be used everywhere/always (even outside events/locations, if you’d use the eme_if shortcode standalone on a page). These are: #_IS_USER_IN_GROUP{xxx} returns ‘1’if the logged in WP user is in the EME group called ‘xxx’, ‘0’ otherwise. Multiple groups can be specified, separated by “,”. #_IS_USER_MEMBER_OF{xxx} returns ‘1’if

Generic placeholders Read More »

Member placeholders

When defining a membership, a huge amount of work will go into the definition of the mails being send when someone becomes a member, pays, expires, etc … These mails can contain placeholders to make your life easier and be able to reuse these for other membership definitions. For members, all the placeholders used for

Member placeholders Read More »

People placeholders

People placeholders are placeholders you can use in emails to all EME people, rsvp info, attendee info etc (all things related to people). Below are all the possible placeholders, but to avoid clashing with placeholders from events, bookings, … you can (should) use “#_PERSON” in front of all related placeholders (so #_EMAIL can be #_PERSONEMAIL

People placeholders Read More »

Categories list

This defines the layout of the list of categories shown when defining templates for use in the shortcode [eme_categories]. The placeholders mentioned below can be used: #_CATEGORYFIELD{xx} (with ‘xx’ being one of ‘category_id’, ‘category_name’, ‘description’ or ‘slug’) displays respectively the id, name, description or slug of the category. #_CATEGORYURLa link to the category, which will

Categories list 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 »

Scroll to Top