iframe_footer

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

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: