Uses
Uses | Description |
---|---|
wp-includes/comment-template.php: get_comment_reply_link() | Retrieves HTML content for reply to comment link. |
Displays the HTML content for reply to comment link.
(array) (Optional) Override default options.
Default value: array()
(int|WP_Comment) (Optional) Comment being replied to. Default current comment.
Default value: null
(int|WP_Post) (Optional) Post ID or WP_Post object the comment is going to be displayed on. Default current post.
Default value: null
File: wp-includes/comment-template.php
function comment_reply_link( $args = array(), $comment = null, $post = null ) { echo get_comment_reply_link( $args, $comment, $post ); }
Version | Description |
---|---|
2.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/comment_reply_link