Adding Media Upload to Custom Options Panel breaks “Insert into Post”
I just ran into this. The reason is that you are overriding the window.send_to_editor function with one of your own. WordPress uses this function to insert galleries and other stuff, so now that you’ve changed it, it can’t. Ideally’ you’d want to use an event triggered by the media uploader instead of just replacing the … Read more