Filters the URL returned by get_bloginfo() .
Parameters
$output
string- The URL returned by bloginfo() .
$show
string- 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.