apply_filters( 'comments_link_feed', string $comment_permalink )
Filters the comments permalink for the current post.
Parameters
- $comment_permalink
-
The current comment permalink with '#comments' appended.
Source
File: wp-includes/feed.php
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |