Open joho1968 opened 3 days ago
I suggest to instead of using a variable that gets all data, echo every line so it will be escaped in all lines.
I suggest to instead of using a variable that gets all data, echo every line so it will be escaped in all lines.
That is, of course, an option. And maybe I need to re-think this specifically for WordPress coding... 🤔
Sorry about nagging about this, but I quite often fail to see how this "escaping output" thing is supposed to work in an actual scenario.
This generates warning to the effect of
Why? And what, more precisely, am I supposed to use here ...? 🤔
The same thing applies when I create a concatenated string containing HTML for output like:
This will also generate "security warnings" ...