-
I'm basing on these docs: https://github.com/slimndap/wp-theatre/wiki/Shortcodes#template Question: Can I extract the value of |
Beta Was this translation helpful? Give feedback.
Answered by
slimndap
Sep 3, 2024
Replies: 1 comment 3 replies
-
You can try If you need more control, then you need to look at the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I doesn't.
This is a WordPress filter and you need to add PHP code to the functions.php of your theme. See: https://developer.wordpress.org/plugins/hooks/filters/
Now that I had another look, it is better to use this filter:
wp-theatre/functions/wpt_event_template.php
Line 115 in e923b0d
For example, you can add support for a new placeholder, eg
{{raw_tickets_url}}
.