apply_filters( 'bloginfo', mixed $output, string $show )
Filters the site information returned by get_bloginfo().
Parameters
- $output
-
(mixed) The requested non-URL site information.
- $show
-
(string) 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
Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/bloginfo