Filters the URL returned by get_bloginfo() .
Parameters
$outputstring- The URL returned by bloginfo() .
$showstring- Type of information requested.
Source
$output = apply_filters( 'bloginfo_url', $output, $show );
Changelog
| Version | Description |
|---|---|
| 2.0.5 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.