WPDev.one
Core Function
View Source on Trac ↗

comment_id_fields()

comment_id_fields( mixed $post = null )

Outputs hidden input HTML for replying to comments.

Parameters 1 required

Name / Type Description
mixed

(int | WP_Post | null) $post Optional. The post the comment is being displayed for. Defaults to the current global post.

Required

Return Value

(void)
No return value description available.

Function Information

Since Version
2.7.0
Source File
wp-includes/comment-template.php
Advertisement