the_category_rss( string $type = null )
Display the post categories in the feed.
Description Description
See also See also
- get_the_category_rss(): For better explanation.
Parameters Parameters
- $type
-
(string) (Optional) default is the type returned by get_default_feed().
Default value: null
Source Source
File: wp-includes/feed.php
function the_category_rss( $type = null ) { echo get_the_category_rss( $type ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
0.71 | Introduced. |