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



search_feed_link › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'search_feed_link', $link, $feed, 'posts' )
Parameters: (3)
  • (string) $link Search feed link.
    Required: Yes
  • (string) $feed Feed type. Possible values include 'rss2', 'atom'.
    Required: Yes
  • (string) $type The search type. One of 'posts' or 'comments'.
    Required: Yes
Defined at:
Codex:

Filters the search feed link.





Source

return apply_filters( 'search_feed_link', $link, $feed, 'posts' );