iframe_footer

函数


iframe_footer ( No parameters )
定义位置
  • wp-admin/includes/template.php
    , line 2142
引入
2.7.0
弃用

Generic Iframe footer for use with Thickbox.

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.
	 */

	/**
	 * @global string $hook_suffix
	 */
	global $hook_suffix;
	?>