On this page
apply_filters( 'bloginfo', mixed $output, string $show )
Filters the site information returned by get_bloginfo() .
Parameters
$outputmixed-
The requested non-URL site information.
$showstring-
Type of information requested.
More Information
Note that the function calls to bloginfo("url"), bloginfo("directory"), and bloginfo("home") will not have this filter hook applied (see bloginfo_url instead).
Source
File: wp-includes/general-template.php. View all references
$output = apply_filters( 'bloginfo', $output, $show );
Related
Used By
| Used By | Description |
|---|---|
| get_bloginfo() wp-includes/general-template.php | Retrieves information about the current site. |
Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/bloginfo