comment_link

过滤钩子


apply_filters( 'comment_link', get_comment_link( $comment )
参数
  • (string)
    $comment_permalink
    The current comment permalink.
    Required:
定义位置
  • wp-includes/feed.php
    , line 317
引入
3.6.0
弃用

Filters the current comment’s permalink.

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