comment_link

过滤钩子
apply_filters( 'comment_link', get_comment_link( $comment )
参数
  • (string) $comment_permalink The current comment permalink.
    Required:
定义位置
相关勾子
get_comment_linkget_comments_linkedit_comment_linkpost_comments_linkcomment_reply_link
相关方法
comment_linkcomments_linkget_comment_linkget_comments_linkedit_comment_linkcomments_rss_link
引入
3.6.0
弃用
-

comment_link。这个过滤钩子允许开发者改变评论的固定链接。

过滤当前评论的固定链接。

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

常见问题

FAQs
查看更多 >