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



comment_reply_link › WordPress Filter Hooks

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

Filters the comment reply link.





Source

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