You appear to be a bot. Output may be restricted
Description
Display the post categories in the feed.
Usage
the_category_rss( $type );
Parameters
- $type
- ( string ) optional – Optional, default is the type returned by get_default_feed().
Returns
void
Source
File name: wordpress/wp-includes/feed.php
Lines:
1 to 3 of 3
function the_category_rss( $type = null ) { echo get_the_category_rss( $type ); }