Not long ago, I posted about PHP templating in just PHP (which is basically HEREDOC syntax). I’m literally using that technique for some super basic templating I needed to do on this very WordPress site. The main pushback was that this kind of thing can be an XSS vulnerability. In my case, it’s not, because I’m not using it for anything other than an abstraction convenience for my own hand-written strings.
You may also like
submitted by /u/muglug [link] [comments]
so I’m running Ubuntu 18.04 LTS on VirtualBox and I have windows 10 1903 running as host, and this error started happening […]
I would like to get the customer zip code based on the customer location (non logging customer) Please let me know if […]
I have created a custom module and have used UI component to display store view field in Form page. I am facing […]