wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_reply_link_args › WordPress过滤钩子

Since4.1.0
已弃用n/a
apply_filters( 'comment_reply_link_args', $args, $comment, $post )
参数: (3)
  • (array) $args Comment reply link arguments. See get_comment_reply_link() for more information on accepted arguments.
    Required: Yes
  • (WP_Comment) $comment The object of the comment being replied to.
    Required: Yes
  • (WP_Post) $post The WP_Post object.
    Required: Yes
定义在:
文档:

Filters the comment reply link arguments.





源码

$args = apply_filters( 'comment_reply_link_args', $args, $comment, $post );