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

In this article

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

VersionDescription
2.0.5Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.