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

Filters the URL returned by get_bloginfo() .


Parameters

$output string
The URL returned by bloginfo() .
$show string
Type of information requested.

Top ↑

Source

File: wp-includes/general-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.0.5 Introduced.

Top ↑

User Contributed Notes

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