Filters the comments permalink for the current post.
$comment_permalinkstringwp-includes/feed.php:269comments_link_feed() * * @since 3.6.0 * * @param string $comment_permalink The current comment permalink with * '#comments' appended. */ echo esc_url( apply_filters( 'comments_link_feed', get_comments_link() ) );} /** * Displays the feed GUID for the current comment. * * @since 2.5.0Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.