apply_filters( 'bloginfo', mixed $output , string $show )
Filters the site information returned by get_bloginfo().
Parameters Parameters
- $output
-
(mixed) The requested non-URL site information.
- $show
-
(string) Type of information requested.
More Information 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 Source
Changelog Changelog
Version | Description |
---|---|
0.71 | Introduced. |