Summery Summery
Displays the HTML content for reply to comment link.
Syntax Syntax
Parameters Parameters
- $args
-
(Optional) Override default options.
Default value: array()
- $comment
-
(Optional) Comment being replied to. Default current comment.
Default value: null
- $post
-
(Optional) Post ID or WP_Post object the comment is going to be displayed on. Default current post.
Default value: null
Source Source
File: wp-includes/comment-template.php
* @since 2.7.0 * * @see get_comment_reply_link()
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |