apply_filters( ‘tag_feed_link’, string $link, string $feed )

In this article

Filters the post tag feed link.

Parameters

$linkstring
The tag feed link.
$feedstring
Feed type. Possible values include 'rss2', 'atom'.

Source

$link = apply_filters( 'tag_feed_link', $link, $feed );

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.