apply_filters( 'tag_feed_link', string $link, string $feed )

Filters the post tag feed link.


Parameters

$link

The tag feed link.

$feed

Feed type. Possible values include 'rss2', 'atom'.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
2.3.0 Introduced.