bloginfo

Advertisement

Summery Summery

Displays information about the current site.

Syntax Syntax

bloginfo( string $show = '' )

Parameters Parameters

$show

(Optional) Site information to display.

Default value: ''

Source Source

File: wp-includes/general-template.php

			$link = $before . '<a href="' . esc_url( wp_registration_url() ) . '">' . __( 'Register' ) . '</a>' . $after;
		} else {
			$link = '';

Advertisement

Changelog Changelog

Changelog
Version Description
0.71 Introduced.

See also See also

Advertisement

Leave a Reply