category_feed_link WordPress Filter Hook
The category_feed_link hook is used to display the link to a category's feed on a WordPress site. This hook is used within the WordPress loop.
apply_filters( 'category_feed_link', string $link , string $feed ) #
Filters the category feed link.
Parameters
- $link
(string)The category feed link.
- $feed
(string)Feed type. Possible values include 'rss2', 'atom'.
Source
Changelog
Version | Description |
---|---|
1.5.1 | Introduced. |