On this page
apply_filters( 'bloginfo_url', string $output, string $show )
Filters the URL returned by get_bloginfo() .
Parameters
$outputstring-
The URL returned by bloginfo() .
$showstring-
Type of information requested.
Source
File: wp-includes/general-template.php. View all references
$output = apply_filters( 'bloginfo_url', $output, $show );
Related
Used By
| Used By | Description |
|---|---|
| get_bloginfo() wp-includes/general-template.php | Retrieves information about the current site. |
Changelog
| Version | Description |
|---|---|
| 2.0.5 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/bloginfo_url