post_comments_feed_link WordPress Filter Hook
The post_comments_feed_link hook allows you to insert a comments feed link for a post. This is useful if you want to allow readers to subscribe to comments for a particular post.
apply_filters( 'post_comments_feed_link', string $url ) #
Filters the post comments feed permalink.
Parameters
- $url
(string)Post comments feed permalink.
Source
Changelog
Version | Description |
---|---|
1.5.1 | Introduced. |