apply_filters( ‘bloginfo’, mixed $output, string $show )

Filters the site information returned by get_bloginfo() .

Parameters

$outputmixed
The requested non-URL site information.
$showstring
Type of information requested.

More Information

Note that the function calls to bloginfo("url"), bloginfo("directory"), and bloginfo("home") will not have this filter hook applied (see bloginfo_url instead).

Source

$output = apply_filters( 'bloginfo', $output, $show );

Changelog

VersionDescription
0.71Introduced.

User Contributed Notes

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