feed_links_show_comments_feed

过滤钩子


apply_filters( 'feed_links_show_comments_feed', true )
参数
  • (bool)
    $show
    Whether to display the comments feed link. Default true.
    Required:
定义位置
  • wp-includes/general-template.php
    , line 3124
引入
4.4.0
弃用

Filters whether to display the comments feed link.

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