apply_filters( ‘bloginfo_rss’, string $rss_container, string $show )

Filters the bloginfo for display in RSS feeds.

Description

See also

Parameters

$rss_containerstring
RSS container for the blog information.
$showstring
The type of blog information to retrieve.

Source

echo apply_filters( 'bloginfo_rss', get_bloginfo_rss( $show ), $show );

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

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