WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_category_rss

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 426 /**
* Filters all of the post categories for display in a feed.
*
* @since 1.2.0
*
* @param string $the_list All of the RSS post categories.
* @param string $type Type of feed. Possible values include 'rss2', 'atom'.
* Default 'rss2'.
*/

Hook Parameters

Parameter Type Name Description
string $the_list All of the RSS post categories.
string $type Type of feed. Possible values include 'rss2', 'atom'.