bloginfo_rss WordPress Filter Hook

The bloginfo_rss() function is used to display information about a WordPress site within an RSS feed. This function is primarily used within the wp-includes/feed.php file.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.