bloginfo( string $show = '' )
Displays information about the current site.
Description
See also
get_bloginfo(): For possible
$show
values
Parameters
- $show
-
(Optional) Site information to display.
Default value: ''
Source
File: wp-includes/general-template.php
function bloginfo( $show = '' ) {
echo get_bloginfo( $show, 'display' );
}
Changelog
Version | Description |
---|---|
WP-0.71 | Introduced. |