get_bloginfo_rss WordPress Filter Hook

The get_bloginfo_rss WordPress hook is used to filter the blog information for RSS feed purposes. This hook is applied in the get_bloginfo() function, which is used to retrieve blog information.

apply_filters( 'get_bloginfo_rss', string $info, string $show ) #

Filters the bloginfo for use in RSS feeds.


Description

Top ↑

See also


Top ↑

Parameters

$info

(string)Converted string value of 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.2.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.