Definition:
function the_category_rss($type = null) {}
Display the post categories in the feed.
Parameters
- string $type: Optional, default is the type returned by get_default_feed().
Source code
function the_category_rss($type = null) { echo get_the_category_rss($type); }
2991
No comments yet... Be the first to leave a reply!