apply_filters( 'the_category_rss', string $the_list, string $type )
- Since
- 1.2.0
Filters all of the post categories for display in a feed.
Parameters
$the_liststring- All of the RSS post categories.
$typestring- Type of feed. Possible values include 'rss2', 'atom'.
Default 'rss2'.
Fired at · 1
wp-includes/feed.php:428get_the_category_rss()
Source
* @since 1.2.0 * * @param string $the_list All of the RSS post categories. * @param string $type Type of feed. Possible values include 'rss2', 'atom'. * Default 'rss2'. */ return apply_filters( 'the_category_rss', $the_list, $type );} /** * Displays the post categories in the feed. * * @since 0.71History
Introduced in 1.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 6.7.7 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.