On this page
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
File: wp-includes/feed.php. View all references
echo apply_filters( 'bloginfo_rss', get_bloginfo_rss( $show ), $show );
Related
Used By
| Used By | Description |
|---|---|
| bloginfo_rss() wp-includes/feed.php | Displays RSS container for the bloginfo function. |
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/bloginfo_rss