wpseek.com
A WordPress-centric search engine for devs and theme authors



comments_link_feed › WordPress Filter Hooks

Since3.6.0
Deprecatedn/a
apply_filters( 'comments_link_feed', get_comments_link()
Parameters:
  • (string) $comment_permalink The current comment permalink with '#comments' appended.
    Required: Yes
Defined at:
Codex:

Filters the comments permalink for the current post.





Source

echo esc_url( apply_filters( 'comments_link_feed', get_comments_link() ) );