wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_reply_link_args › WordPress Filter Hooks

Since4.1.0
Deprecatedn/a
apply_filters( 'comment_reply_link_args', $args, $comment, $post )
Parameters: (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
Defined at:
Codex:

Filters the comment reply link arguments.





Source

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