wp-includes/feed.php:56Displays RSS container for the bloginfo function.
$showstringoptional''One hook fires while bloginfo_rss() runs, in this order:
Filters the bloginfo for display in RSS feeds.
function bloginfo_rss( $show = '' ) { /** * Filters the bloginfo for display in RSS feeds. * * @since 2.1.0 * * @see get_bloginfo() * * @param string $rss_container RSS container for the blog information. * @param string $show The type of blog information to retrieve. */ echo apply_filters( 'bloginfo_rss', get_bloginfo_rss( $show ), $show );}Introduced in 0.71. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/feed.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.