On this page
apply_filters( 'the_category_rss', string $the_list, string $type )
Filters all of the post categories for display in a feed.
Parameters
$the_liststring-
All of the RSS post categories.
$typestring-
Type of feed. Possible values include
'rss2','atom'.
Default'rss2'.
Source
File: wp-includes/feed.php. View all references
return apply_filters( 'the_category_rss', $the_list, $type );
Related
Used By
| Used By | Description |
|---|---|
| get_the_category_rss() wp-includes/feed.php | Retrieves all of the post categories, formatted for use in feeds. |
Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_category_rss