comment_id_fields( int $id )

Output hidden input HTML for replying to comments.


Description Description


Parameters Parameters

$id

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


Top ↑

Source Source

File: wp-includes/comment-template.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.