comment_reply_link_args

最后更新于:2021-11-26 03:59:46

apply_filters( ‘comment_reply_link_args’, array $args, GC_Comment $comment, GC_Post $post )

Filters the comment reply link arguments.

参数

$args

(array)
Comment reply link arguments. See get_comment_reply_link() for more information on accepted arguments.

$comment

(GC_Comment)
The object of the comment being replied to.

$post

(GC_Post)
The GC_Post object.

源文件

文件: gc-includes/comment-template.php

View on Trac