apply_filters( 'get_bloginfo_rss', string $info , string $show )
Filters the bloginfo for use in RSS feeds.
Description
See also
Parameters
- $info
-
Converted string value of the blog information.
- $show
-
The type of blog information to retrieve.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
WP-2.2.0 | Introduced. |