过滤器::过滤注释回复链接参数。
apply_filters( ‘comment_reply_link_args’, array $args , WP_Comment $comment , WP_Post $post )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$args | (array) | 注释回复链接参数。有关接受参数的详细信息,请参见get_comment_reply_link()。 |
$comment | (WP_Comment) | 被回复评论的对象。 |
$post | (WP_Post) | WP_Post对象。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-includes/comment-template.php:1692 | 1 | 0 |