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



comment_reply_link › WordPress过滤钩子

Since2.7.0
已弃用n/a
apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post )
参数: (4)
  • (string) $comment_reply_link The HTML markup for the comment reply link.
    Required: Yes
  • (array) $args An array of arguments overriding the defaults.
    Required: Yes
  • (WP_Comment) $comment The object of the comment being replied.
    Required: Yes
  • (WP_Post) $post The WP_Post object.
    Required: Yes
定义在:
文档:

Filters the comment reply link.





源码

return apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post );