wordpress / latest / hooks / get_bloginfo_rss.html

apply_filters( 'get_bloginfo_rss', string $info, string $show )

Filters the bloginfo for use in RSS feeds.

Description

See also

Parameters

$info string
Converted string value of the blog information.
$show string
The type of blog information to retrieve.

Source

File: wp-includes/feed.php. View all references

return apply_filters( 'get_bloginfo_rss', convert_chars( $info ), $show );

Used By

Used By Description

Changelog

Version Description
2.2.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_bloginfo_rss