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



post_comments_feed_link_html › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed )
参数: (3)
  • (string) $link The complete anchor tag for the comment feed link.
    Required: Yes
  • (int) $post_id Post ID.
    Required: Yes
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Required: Yes
定义在:
文档:

Filters the post comment feed link anchor tag.





源码

echo apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed );