Filters the comment reply link.
Parameters
$comment_reply_linkstring- The HTML markup for the comment reply link.
$argsarray- An array of arguments overriding the defaults.
$commentWP_Comment- The object of the comment being replied.
$postWP_Post- The WP_Post object.
Source
return apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post );
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.