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



comments_link_feed › WordPress过滤钩子

Since3.6.0
已弃用n/a
apply_filters( 'comments_link_feed', get_comments_link()
参数:
  • (string) $comment_permalink The current comment permalink with '#comments' appended.
    Required: Yes
定义在:
文档:

Filters the comments permalink for the current post.





源码

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