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



the_feed_link › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'the_feed_link', $link, $feed )
Parameters: (2)
  • (string) $link The complete anchor tag for a feed link.
    Required: Yes
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Required: Yes
Defined at:
Codex:

Filters the feed link anchor tag.





Source

echo apply_filters( 'the_feed_link', $link, $feed );