How can I embed a variable into {embed} which has quotes without it barfing up (stopping at the quote) when it contains quotes?
For instance if my {foo} = “My awesome quot’d variable with paren"thesis”.
I can’t pass it into an embed using any method.
{embed='embeds/_foo' string='{foo}'}I should also note that the reason I’m using {embed} because I am trying to “inwardly” parse something for use in another tag so any sort of addslashes using say, phpfunstring, seems futile.
Seems there needs to be a sort of
{embed='embeds/_foo' string='$foo'}and EE knows it’s a variable or something wonky.