Description
Filters the URL returned by get_bloginfo().
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 934 |
Parameters
Type | Name | Description |
---|---|---|
string | $output | The URL returned by bloginfo(). |
string | $show | Type of information requested. |
PHP Doc
/**
* Filters the URL returned by get_bloginfo().
*
* @since 2.0.5
*
* @param string $output The URL returned by bloginfo().
* @param string $show Type of information requested.
*/