HTML stripped rather than escaped in Value cell of table
-
Looking at the table of transients on Tools > Transients, the “Value” of a transient that contains a long HTML string shows the first non-HTML-element string (what a front-end visitor would see when HTML is rendered) rather than what I’d expect, the escaped HTML string.
Here’s a fictitious example of what I’m seeing:
Stored Database Value:
<marquee>Web 1.0! Web 1.0! Web 1.0! Web 1.0!</marquee>
Actual Displayed “Value” on Tools > Transients
Web 1.0! Web 1.0! Web 1.0! We...
Expected “Value” on Tools > Transients:
<marquee>Web 1.0! Web 1...
- The topic ‘HTML stripped rather than escaped in Value cell of table’ is closed to new replies.