A number of the sites I'm migrating to a WordPress Multisite instance have embedded videos and iframes within posts. Rather than convert each post to the kosher way of doing video embeds, I'd rather disable the WordPress functionality which strips out the embeds on import. Disabling the stripping when editing a post was as simple as disabling the kses filter.

Unfortunately, I can't figure out what I need to disable for importing posts. At the moment I suspect the wp_insert_post() method but haven't narrowed down the filter. Any ideas?

Update: This is specific to WordPress Multisite. Importing into a single WordPress site works just fine.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 0 down vote accepted

http://core.trac.wordpress.org/ticket/14818

link|improve this answer
Andrew, can you make your response a community wiki so I can clarify what's going on? – Daniel Bachhuber Sep 9 '10 at 14:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.