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



feed_links_show_comments_feed › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'feed_links_show_comments_feed', true )
参数:
  • (bool) $show Whether to display the comments feed link. Default true.
    Required: Yes
定义在:
文档:

Filters whether to display the comments feed link.





源码

if ( apply_filters( 'feed_links_show_comments_feed', true ) ) {