Filters the post comments feed permalink.
$urlstringwp-includes/link-template.php:820get_post_comments_feed_link() * Filters the post comments feed permalink. * * @since 1.5.1 * * @param string $url Post comments feed permalink. */ return apply_filters( 'post_comments_feed_link', $url );} /** * Displays the comment feed link for a post. * * Prints out the comment feed link for a post. Link text is placed in theIntroduced in 1.5.1. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.