apply_filters( 'bloginfo', mixed $output, mixed $show )

Filters the site information returned by get_bloginfo().


Parameters

$output

(mixed) The requested non-URL site information.

$show

(mixed) Type of information requested.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-0.71 Introduced.