comment_id_fields()

最后更新于:2021-11-25 21:25:54

comment_id_fields( int$post_id)

Outputs hidden input HTML for replying to comments.

参数

$post_id

(int) (Optional) Post ID. Defaults to the current post ID.

源文件

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

function comment_id_fields( $post_id = 0 ) {
	echo get_comment_id_fields( $post_id );
}