I have a plugin that uses the built-in WordPress ThickBox and I want to load the regular wordpress administration dashboard CSS into this ThickBox. It does not happen automatically, since I am loading an iFrame within the ThickBox. Can i wp_enqueue_style() something that will automagically load this for me?
Share
You need to add a GET param to the URL when loading the thickbox. When this GET param is present you can set an admin body class, in which you can hide all the other non-essential admin elements.
Example: