Description
Filters all of the post categories for display in a feed.
Occurrences
Filename | Line Number |
---|---|
wp-includes/feed.php | 428 |
Parameters
Type | Name | Description |
---|---|---|
string | $the_list | All of the RSS post categories. |
string | $type | Type of feed. Possible values include 'rss2', 'atom'. Default 'rss2'. |
PHP Doc
/**
* 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'.
*/