apply_filters( 'the_category_rss', string $the_list, string $type )

Filters all of the post categories for display in a feed.


Description Description


Parameters Parameters

$the_list

(string) All of the RSS post categories.

$type

(string) Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'.


Top ↑

Source Source

File: wp-includes/feed.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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