Summery Summery
Outputs the link to the comments for the current post in an xml safe way
Syntax Syntax
Source Source
File: wp-includes/feed.php
* Outputs the link to the comments for the current post in an xml safe way * * @since 3.0.0 */ function comments_link_feed() { /** * Filters the comments permalink for the current post. * * @since 3.6.0 * * @param string $comment_permalink The current comment permalink with
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |