Filters the post tag feed link.
Parameters
$link
string- The tag feed link.
$feed
string- Feed type. Possible values include
'rss2'
,'atom'
.
Source
$link = apply_filters( 'tag_feed_link', $link, $feed );
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.