Saving Embed Code From Dashboard Widget
Ok, so the main problem here is ultimately just that wp_filter_post_kses is probably filtering out iframes. But I also want to address the round about way you’re handling the form. You’re not doing AJAX, which is sending the request to the server via Javascript, but you’re trying to hook into the AJAX hooks and then … Read more