print_embed_styles

函数


print_embed_styles ( No parameters )
定义位置
  • wp-includes/embed.php
    , line 1064
引入
4.4.0
弃用

Prints the CSS in the embed iframe header.

function print_embed_styles() {
	$type_attr = current_theme_supports( 'html5', 'style' ) ? '' : ' type="text/css"';
	$suffix    = SCRIPT_DEBUG ? '' : '.min';
	?>