apply_filters( 'bloginfo_rss', string $rss_container, string $show )

Filters the bloginfo for display in RSS feeds.


Description

Top ↑

See also


Top ↑

Parameters

$rss_container string
RSS container for the blog information.
$show string
The type of blog information to retrieve.

Top ↑

Source

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

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


Top ↑

Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes

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