过滤钩子:过滤评论回复链接。
apply_filters( ‘comment_reply_link’, string $link , array $args , WP_Comment $comment , WP_Post $post )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$link | (string) | 评论回复链接的HTML标记。 |
$args | (array) | 重写默认值的参数数组。 |
$comment | (WP_Comment) | 正在答复的评论的对象。 |
$post | (WP_Post) | WP_Post对象。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/comment-template.php:1744 | 1 | 0 |