comment_reply_link_args

过滤钩子
apply_filters( 'comment_reply_link_args', $args, $comment, $post )
参数
  • (array) $args Comment reply link arguments. See get_comment_reply_link() for more information on accepted arguments.
    Required:
  • (WP_Comment) $comment The object of the comment being replied to.
    Required:
  • (WP_Post) $post The WP_Post object.
    Required:
定义位置
相关勾子
comment_reply_linkcancel_comment_reply_linkcomment_linkcomments_popup_link_attributeswp_comment_reply
相关方法
comment_reply_linkget_comment_reply_linkcancel_comment_reply_linkcomments_rss_linkcomment_linkget_cancel_comment_reply_link
引入
4.1.0
弃用
-

comment_reply_link_args: 这个过滤器允许你修改传递给 comment_reply_link 函数的参数。

过滤评论回复链接的论据。

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

常见问题

FAQs
查看更多 >