wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



bloginfo › WordPress Function

Seit0.71
Veraltetn/v
bloginfo ( $show = '' )
Parameter:
  • (string) $show Optional. Site information to display. Default empty.
    Erforderlich: Nein
    Standard: (leer)
Siehe:
Definiert in:
Codex:

Displays information about the current site.



Quellcode

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