Allow iframes from specific sites?
With kses filtering, WordPress only allows a subset of html tags within a post or page, and one of the tags it strips out is the iframe
tag (for many good reasons).
I'd like to allow editors to include iframes where the src is from one of our other subdomains, or from a specified whitelist of domains, but still strip out other unknown src's. It is straightforward to bypass kses to allow all iframe
's, but is it possible to only allow certain domains?