bloginfo( string $show = '' )
Displays information about the current site.
Description
See also
get_bloginfo(): For possible
$showvalues
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 |
|---|---|
| 0.71 | Introduced. |