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



comment_link › WordPress Filter Hooks

Since3.6.0
Deprecatedn/a
apply_filters( 'comment_link', get_comment_link( $comment )
Parameters:
  • (string) $comment_permalink The current comment permalink.
    Required: Yes
Defined at:
Codex:

Filters the current comment's permalink.





Source

echo esc_url( apply_filters( 'comment_link', get_comment_link( $comment ) ) );