Filters the post comments feed permalink.
Parameters
$urlstring- Post comments feed permalink.
Source
return apply_filters( 'post_comments_feed_link', $url );
Changelog
| Version | Description |
|---|---|
| 1.5.1 | Introduced. |
Filters the post comments feed permalink.
$urlstringreturn apply_filters( 'post_comments_feed_link', $url );
| Version | Description |
|---|---|
| 1.5.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.