post_reply_link()

最后更新于:2021-11-27 19:26:20

post_reply_link( array$args=array(), int|GC_Post$post=null)

Displays the HTML content for reply to post link.

参数

$args

(array) (Optional) Override default options.

Default value: array()

$post

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

Default value: null

源文件

文件: gc-includes/comment-template.php

function post_reply_link( $args = array(), $post = null ) {
	echo get_post_reply_link( $args, $post );
}