comment_reply_link
comment_reply_link ( $args = array(), $comment = null, $post = null )
Parameters:- (array) $args Optional. Override default options.
- (int) $comment Comment being replied to. Default current comment.
- (int|WP_Post) $post Post ID or WP_Post object the comment is going to be displayed on. Default current post.
See:Returns:- (mixed) Link to show comment form, if successful. False, if comments are closed.
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Displays the HTML content for reply to comment link.