apply_filters( 'get_bloginfo_rss', string $info, string $show )
- Since
- 2.2.0
Filters the bloginfo for use in RSS feeds.
Parameters
$infostring- Converted string value of the blog information.
$showstring- The type of blog information to retrieve.
Fired at · 1
wp-includes/feed.php:40get_bloginfo_rss()
Source
* @see convert_chars() * @see get_bloginfo() * * @param string $info Converted string value of the blog information. * @param string $show The type of blog information to retrieve. */ return apply_filters( 'get_bloginfo_rss', convert_chars( $info ), $show );} /** * Displays RSS container for the bloginfo function. * * You can retrieve anything that you can using the get_bloginfo() function.History
Introduced in 2.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.