Morning! How can I allow shortcodes in the iFrame portion of the "Featured Media" section.
I've tried to figure this out on my own for hours and hours using 1 of the 3 codes below bu obviously I'm missing something specific to make this happen.
Codes I've used:
- <?php echo do_shortcode('[shortcode_here]');?>
- echo do_shortcode('[shortcode_here]');
- add_filter('xxxx_tried_multiple_things_here', 'do_shortcode');
Screenshot Ref @ http://note.io/11tl4Sd














