apply_filters( 'comments_link_feed', string $comment_permalink )

Filters the comments permalink for the current post.


Description


Parameters

$comment_permalink

(string) The current comment permalink with '#comments' appended.


Top ↑

Source

File: wp-includes/feed.php

View on Trac


Top ↑

Changelog

Version Description
3.6.0 Introduced.