函数原型
bloginfo( string $show = ” )
函数描述
Displays information about the current site.
是否弃用
未弃用
函数参数
-
$show
string
Optional - Site information to display.
Default:
''
函数返回值
无
函数位置
File: wp-includes/general-template.php.
函数源码
function bloginfo( $show = '' ) {
echo get_bloginfo( $show, 'display' );
}
源码链接
变更日志
| Version | Description |
|---|---|
| 0.71 | Introduced. |

