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
See also
Parameters
- $rss_container
(string)RSS container for the blog information.
- $show
(string)The type of blog information to retrieve.
Source
File: wp-includes/feed.php
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |