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