comment_reply_link

Advertisement

Summery Summery

Displays the HTML content for reply to comment link.

Syntax Syntax

comment_reply_link( array $args = array(), int|WP_Comment $comment = null, int|WP_Post $post = null )

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

Changelog
Version Description
2.7.0 Introduced.

See also See also

Advertisement

Leave a Reply