Summery Summery
Displays information about the current site.
Syntax Syntax
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
Version | Description |
---|---|
0.71 | Introduced. |
See also See also
- get_bloginfo(): For possible
$show
values