WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/bloginfo rss

Description

Display RSS container for the bloginfo function.

You can retrieve anything that you can using the get_bloginfo() function. Everything will be stripped of tags and characters converted, when the values are retrieved for use in the feeds.

Usage

<?php bloginfo_rss$show ?>

Parameters

$show
(string) (optional) See get_bloginfo() for possible values.
Default: ''

Return Values

(void) 
This function does not return a value.

Examples

Notes

Change Log

Since: 0.71

Source File

bloginfo_rss() is located in wp-includes/feed.php.

Related

See also index of Function Reference and index of Template Tags.