Filters the post comments feed permalink.
Parameters
$url
string- 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.
$url
stringreturn 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.