bloginfo

函数


bloginfo ( $show = '' )
参数
  • (string)
    $show
    Optional. Site information to display. Default empty.
    Required:
    Default: (empty)
相关
  • get_bloginfo()
定义位置
  • wp-includes/general-template.php
    , line 742
引入
0.71
弃用

Displays information about the current site.

function bloginfo( $show = '' ) {
	echo get_bloginfo( $show, 'display' );
}