Tagged Questions
1
vote
1answer
77 views
Allow all attributes in $allowedposttags tags
I would like to use $allowedposttags to allow extra HTML tags during entry submission. Can I allow all attributes for a specific tag using $allowedposttags?
For example, the code below will allow ...
1
vote
1answer
1k views
How do I stop HTML entities in a custom meta box from being un-htmlentitied?
I have a custom meta box that is supposed to accept HTML, but the text I'm trying to input contains both double and single quotes (and ampersands), and it's messing up the saved data - each time I ...