Filters the post comment feed link anchor tag.
$linkstring$post_idint$feedstringwp-includes/link-template.php:854post_comments_feed_link() * * @param string $link The complete anchor tag for the comment feed link. * @param int $post_id Post ID. * @param string $feed The feed type. Possible values include 'rss2', 'atom', * or an empty string for the default feed type. */ echo apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed );} /** * Retrieves the feed link for a given author. * * Returns a link to the feed for all posts by a given author. A specific feedIntroduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.