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



feed_link › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'feed_link', $output, $feed )
Parameters: (2)
  • (string) $output The feed permalink.
    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 type permalink.





Source

return apply_filters( 'feed_link', $output, $feed );