post_comments_feed_link

过滤钩子


apply_filters( 'post_comments_feed_link', $url )
参数
  • (string)
    $url
    Post comments feed permalink.
    Required:
定义位置
  • wp-includes/link-template.php
    , line 816
引入
1.5.1
弃用

Filters the post comments feed permalink.

return apply_filters( 'post_comments_feed_link', $url );