Summery Summery
Outputs hidden input HTML for replying to comments.
Syntax Syntax
Parameters Parameters
- $id
-
(Optional) Post ID. Default current post ID.
Source Source
File: wp-includes/comment-template.php
*/ return apply_filters( 'comment_id_fields', $result, $post_id, $reply_to_id ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |