print_emoji_styles

函数


print_emoji_styles ( No parameters )
定义位置
  • wp-includes/formatting.php
    , line 5705
引入
4.2.0
弃用

Prints the important emoji-related styles.

function print_emoji_styles() {
	static $printed = false;

	if ( $printed ) {
		return;
	}

	$printed = true;

	$type_attr = current_theme_supports( 'html5', 'style' ) ? '' : ' type="text/css"';
	?>