Filters the bloginfo for use in RSS feeds.
$infostring$showstringwp-includes/feed.php:40get_bloginfo_rss() * @see convert_chars() * @see get_bloginfo() * * @param string $info Converted string value of the blog information. * @param string $show The type of blog information to retrieve. */ return apply_filters( 'get_bloginfo_rss', convert_chars( $info ), $show );} /** * Displays RSS container for the bloginfo function. * * You can retrieve anything that you can using the get_bloginfo() function.Introduced in 2.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.