wpseek.com
WordPress开发者和主题制作者的搜索引擎



search_feed_link › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'search_feed_link', $link, $feed, 'posts' )
参数: (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
定义在:
文档:

Filters the search feed link.





源码

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