wpseek.com
A WordPress-centric search engine for devs and theme authors



tag_feed_link › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'tag_feed_link', $link, $feed )
Parameters: (2)
  • (string) $link The tag feed link.
    Required: Yes
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Required: Yes
Defined at:
Codex:

Filters the post tag feed link.





Source

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