sanitize CDATA in feed
-
I am building a secodary feed within a page that is public, not in a plugin directory. From what I can see is that WP sanitizes the content CDATA item with a call to wp-includes/functions.php apply_filters. Basically replacing ” and ‘ quoutes ect. Am I correct here?
Can you point me at the correct documenatation to clean the db query of wp_posts.post_content up so my feed validates?
Also do you have any documentation on what needs to be replaced in a feed so that the content:encoded element will validate? From what I can see WP does not replace the attrubute’s double quoutes, just the chars in the text like the ” and ‘ ect.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘sanitize CDATA in feed’ is closed to new replies.