WPDev.one
Core Function
View Source on Trac ↗

comment_reply_link()

comment_reply_link( mixed $args = array(), mixed $comment = null, mixed $post = null )

Displays the HTML content for reply to comment link.

Parameters 2 required

Name / Type Description
$args
array

Optional. Override default options. Default empty array.

(int

| WP_Comment) $comment Optional. Comment being replied to. Default current comment.

Required
mixed

(int | WP_Post) $post Optional. Post ID or WP_Post object the comment is going to be displayed on. Default current post.

Required

Return Value

(void)
No return value description available.

Function Information

Since Version
2.7.0
Source File
wp-includes/comment-template.php
Advertisement