comment_id_fields( int $id )

Output hidden input HTML for replying to comments.


Parameters

$id

(int) (Optional) Post ID. Default current post ID.


Source

File: wp-includes/comment-template.php

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


Changelog

Changelog
Version Description
WP-2.7.0 Introduced.