Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 918 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $output | The URL returned by bloginfo(). |
string | $show | Type of information requested. |