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.
Source Source
File: wp-includes/comment-template.php
function comment_id_fields( $id = 0 ) { echo get_comment_id_fields( $id ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |