WPDev.one
Core Function
View Source on Trac ↗

post_reply_link()

post_reply_link( mixed $args = array(), mixed $post = null )

Displays the HTML content for reply to post link.

Parameters 1 required

Name / Type Description
$args
array

Optional. Override default options. Default empty array.

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