comment_id_fields()
comment_id_fields( int $id )
输出用于回复评论的隐藏输入HTML。
Outputs hidden input HTML for replying to comments.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$id | (int) | 可选 | Post ID。默认当前Post ID。 |
返回(Return)
无返回值
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.7.0 | wp-includes/comment-template.php:1930 | 0 | 1 function |
comment_id_fields() 为WP2原创文章,链接:https://www.wp2.cn/functions/comment_id_fields-2/