wpseek.com
A WordPress-centric search engine for devs and theme authors



post_comments_feed_link_html › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed )
Parameters: (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
Defined at:
Codex:

Filters the post comment feed link anchor tag.





Source

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