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

Filters the URL returned by get_bloginfo().


Parameters

$output

(mixed) The URL returned by bloginfo().

$show

(mixed) Type of information requested.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.5 Introduced.