The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

What data sanitzation function should be used to store entire source code of webpage?

What is the best data santization function to use when the entire source code of a webpage (head, body elements, etc) are going to be stored in a post meta field? In other words, which function will ...
0
votes
0answers
32 views

Manipulating Contact Form 7 POST data

Contact Form 7 strips <> HTML brackets from text and textarea fields. I'd like to be able to replace them with their proper HTML entity counterparts, &lt; and &gt;. I cannot figure out ...