comments_link_feed

过滤钩子
apply_filters( 'comments_link_feed', get_comments_link()
参数
  • (string) $comment_permalink The current comment permalink with '#comments' appended.
    Required:
定义位置
相关勾子
comment_linkget_comments_linkcomment_id_fieldspost_comments_linkget_comment_link
相关方法
comments_link_feedcomments_linkcomment_linkcomment_id_fieldscomments_rss_linkget_comments_link
引入
3.6.0
弃用
-

comments_link_feed: 这个函数为一个给定的文章生成评论feed的URL。你可以使用这个函数来获取评论反馈的URL,然后在你的自定义代码中使用它。

过滤当前文章的评论固定链接。

echo esc_url( apply_filters( 'comments_link_feed', get_comments_link() ) );

常见问题

FAQs
查看更多 >