bloginfo_url WordPress Filter Hook
The bloginfo_url hook is a great way to get the URL of your blog. This can be useful if you want to display the URL in a widget or in the footer of your theme.
apply_filters( 'bloginfo_url', string $output , string $show ) #
Filters the URL returned by get_bloginfo().
Parameters
- $output
(string)The URL returned by bloginfo().
- $show
(string)Type of information requested.
Source
Changelog
| Version | Description |
|---|---|
| 2.0.5 | Introduced. |