Description
Filters the comment reply link arguments.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment-template.php | 1801 |
Parameters
Type | Name | Description |
---|---|---|
array | $args | Comment reply link arguments. See get_comment_reply_link() for more information on accepted arguments. |
WP_Comment | $comment | The object of the comment being replied to. |
WP_Post | $post | The WP_Post object. |
PHP Doc
/**
* Filters the comment reply link arguments.
*
* @since 4.1.0
*
* @param array $args Comment reply link arguments. See get_comment_reply_link()
* for more information on accepted arguments.
* @param WP_Comment $comment The object of the comment being replied to.
* @param WP_Post $post The WP_Post object.
*/