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



feed_link › WordPress过滤钩子

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

Filters the feed type permalink.





源码

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