Displays the HTML content for reply to comment link.
$argsarrayoptional
Default:array()
$commentint|WP_Commentoptional
Default:null
$postint|WP_Postoptional
Default:null
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–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/comment_reply_link