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



feed_links_extra_show_post_comments_feed › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'feed_links_extra_show_post_comments_feed', $show_comments_feed )
参数:
  • (bool) $show_comments_feed Whether to display the post comments feed link. Defaults to the {@see 'feed_links_show_comments_feed'} filter result.
    Required: Yes
定义在:
文档:

Filters whether to display the post comments feed link.

This filter allows to enable or disable the feed link for a singular post in a way that is independent of {@see 'feed_links_show_comments_feed'} (which controls the global comments feed). The result of that filter is accepted as a parameter.





源码

$show_post_comments_feed = apply_filters( 'feed_links_extra_show_post_comments_feed', $show_comments_feed );