On this page
apply_filters( 'post_comments_feed_link', string $url )
Filters the post comments feed permalink.
Parameters
$urlstring-
Post comments feed permalink.
Source
File: wp-includes/link-template.php. View all references
return apply_filters( 'post_comments_feed_link', $url );
Related
Used By
| Used By | Description |
|---|---|
| get_post_comments_feed_link() wp-includes/link-template.php | Retrieves the permalink for the post comments feed. |
Changelog
| Version | Description |
|---|---|
| 1.5.1 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_comments_feed_link