-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Recently I upgraded an ExpressionEngine website from EE2 to EE4 which was using Allow-Eecode plugin to parse snippet (Template Partial in EE4) into text content. Problem is that template partial is containing {exp:query} which is being outputted like plan text.
For example- my code is like:
{exp:allow_eecode query="y"}
{body}
{/exp:allow_eecode}
Its outputting:
....
....
{exp:query sql="SELECT table_column_1 FROM table_name WHERE table_column_2 = 'some-value'"}{table_column_1}{/exp:query}
....
....
Please let me know if I am missing anything.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels