comment_id_fields生成评论表单隐藏域标签

comment_id_fields

  1. <?php comment_id_fields( int $id ); ?>
  • $id
    整数型,默认值:0。
    提供一个评论ID,隐藏域将基于这条评论来生成。

实例

  1. <?php comment_id_fields(); ?>

结果:

  1. <input type="hidden" name="comment_post_ID" value="1" id="comment_post_ID">
  2. <input type="hidden" name="comment_parent" id="comment_parent" value="2">
评论
:broken_heart: :confounded: :flushed: :frowning: :grinning: :heart: :kissing_heart: :mask: :pensive: :rage: :relaxed: :scream: :smile: :smirk: :sob: :stuck_out_tongue_closed_eyes: :stuck_out_tongue_winking_eye: :wink: