apply_filters( 'post_comments_feed_link', string $url )
Filters the post comments feed permalink.
Parameters
-
$url
string -
Post comments feed permalink.
Source
File: wp-includes/link-template.php
.
View all references
return apply_filters( 'post_comments_feed_link', $url );
Changelog
Version | Description |
---|---|
1.5.1 | Introduced. |