I'm trying to use a shadowbox pop-up from the user interface of my own plugin located in /wp-admin. Is there any easy way to do this?
Shadowbox links are working fine from my theme, but any pages in /wp-admin/ using them are being ignored.
It appears the plugin is being triggered by wp_head. Is there any easy way to trigger from admin_head without editing the plugin files?
Thanks in advance for any help you can offer.