apply_filters( ‘post_comments_feed_link’, string $url )

In this article

Filters the post comments feed permalink.

Parameters

$urlstring
Post comments feed permalink.

Source

return apply_filters( 'post_comments_feed_link', $url );

Changelog

VersionDescription
1.5.1Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.