apply_filters( 'get_bloginfo_rss', string $info, string $show )
- Since
- 2.2.0
Filters the bloginfo for use in RSS feeds.
Compatibility
- WordPress
- since 2.2.0
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Parameters
$infostring- Converted string value of the blog information.
$showstring- The type of blog information to retrieve.
Where this hook fires · 1
wp-includes/feed.php:40get_bloginfo_rss()
Source code
* @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.Changelog
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.