apply_filters( 'bloginfo_url', string $output , string $show )
Filters the URL returned by get_bloginfo() .
Parameters
-
$output
string -
The URL returned by bloginfo() .
-
$show
string -
Type of information requested.
Source
File: wp-includes/general-template.php
.
View all references
$output = apply_filters( 'bloginfo_url', $output, $show );
Changelog
Version | Description |
---|---|
2.0.5 | Introduced. |