1. Is there a documentation of the codes that can be used to display event data in notifications, like {{event_start_date}} ? I'd like to include the event address for example (location name + street etc.)
2. Can data like this be accessed in a template? I've tried out the Template Builder and would find it useful to make a field description object that includes codes like {{event_start_date}}, for example to display the event's address in a custom text field instead of the predefined table.
1. Is there a documentation of the codes that can be used to display event data in notifications, like {{event_start_date}} ? I'd like to include the event address for example (location name + street etc.)
2. Can data like this be accessed in a template? I've tried out the Template Builder and would find it useful to make a field description object that includes codes like {{event_start_date}}, for example to display the event's address in a custom text field instead of the predefined table.
Open your theme or child-theme functions.php file and add following PHP code:
This is a filter via which you can register your own special words.
This one registers the following words:
---
The builder does not have such placeholders. To be honest, I hadn't thought about it, so I will see if I can do something about this in the future.
Stachethemes Developer