Closed schmoove closed 7 years ago
Is there currently a best-practice for outputting a list of variables set in the template using {% assign %} in PHP?
{% assign %}
I'd like to run parse() and then check if a specific variable has been set in the template before running render()
parse()
render()
Thanks!
Is there currently a best-practice for outputting a list of variables set in the template using
{% assign %}
in PHP?I'd like to run
parse()
and then check if a specific variable has been set in the template before runningrender()
Thanks!