apply_filters( ‘the_category_rss’, string $the_list, string $type )

In this article

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'.

Source

return apply_filters( 'the_category_rss', $the_list, $type );

Changelog

VersionDescription
1.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.