Uses
Uses | Description |
---|---|
wp-includes/feed.php: get_the_category_rss() | Retrieve all of the post categories, formatted for use in feeds. |
Display the post categories in the feed.
(string) (Optional) default is the type returned by get_default_feed().
Default value: null
File: wp-includes/feed.php
function the_category_rss( $type = null ) { echo get_the_category_rss( $type ); }
Version | Description |
---|---|
0.71 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_category_rss