apply_filters( 'comments_link_feed', string $comment_permalink )

Filters the comments permalink for the current post.


Parameters

$comment_permalink

(string) The current comment permalink with '#comments' appended.


Source

File: wp-includes/feed.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.6.0 Introduced.