W3cubDocs

/WordPress

apply_filters( ‘bloginfo_url’, string $output, string $show )

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.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/bloginfo_url