tag_feed_link WordPress Filter Hook
The tag_feed_link hook is used to display a link to the feed for the current tag. This hook is typically used in the tag template.
apply_filters( 'tag_feed_link', string $link , string $feed ) #
Filters the post tag feed link.
Parameters
- $link
(string)The tag feed link.
- $feed
(string)Feed type. Possible values include 'rss2', 'atom'.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |