Definition:
function iframe_footer() {}
Generic Iframe footer for use with Thickbox
Defined actions
- admin_footer
do_action('admin_footer', ''); - admin_print_footer_scripts
do_action('admin_print_footer_scripts');
Source code
function iframe_footer() {
//We're going to hide any footer output on iframe pages, but run the hooks anyway since they output Javascript or other needed content. ?>
<div class="hidden">
<?php
do_action('admin_footer', '');
do_action('admin_print_footer_scripts'); ?>
</div>
<script type="text/javascript">if(typeof wpOnload=="function")wpOnload();</script>
</body>
</html>
<?php
}
1961

February 12, 2011 


No comments yet... Be the first to leave a reply!