Plugin not loading on popup media uploader
-
I’ve got some custom post types setup, one of which has a file field that links to an item in the media library. When I add a file to a post, the popup media uploader is used (iframe, media-upload.php). The Media Vault checkbox is missing from the ‘Add media files from your computer’ form.
I’ve dug into the admin code a bit, and discovered that both the Media Library’s ‘Upload New Media’ form, and the popup form are both the same one, from wp-admin/includes/media.php, ~ln 1600.
It looks like your *-upload-ui hooks are not firing when the form is loaded in an iframe through ajax.
Thoughts?
Thanks!
-m
The topic ‘Plugin not loading on popup media uploader’ is closed to new replies.