Filters the site information returned by get_bloginfo() .
$outputmixed
$showstring
Note that the function calls to bloginfo("url"), bloginfo("directory"), and bloginfo("home") will not have this filter hook applied (see bloginfo_url instead).
$output = apply_filters( 'bloginfo', $output, $show );
| Version | Description |
|---|---|
| 0.71 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/bloginfo