Filters the bloginfo for display in RSS feeds.
$rss_containerstring$showstringwp-includes/feed.php:67bloginfo_rss() * * @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 );} /** * Retrieves the default feed. * * The default feed is 'rss2', unless a plugin changes it through theIntroduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.