comment_id_fields

过滤钩子
apply_filters( 'comment_id_fields', $result, $post_id, $reply_to_id )
参数
  • (string) $result The HTML-formatted hidden ID field comment elements.
    Required:
  • (int) $post_id The post ID.
    Required:
  • (int) $reply_to_id The ID of the comment being replied to.
    Required:
定义位置
相关勾子
comment_form_fieldscomments_link_feedcomment_form_default_fieldscomment_form_after_fieldscomment_form_submit_field
相关方法
comment_id_fieldsget_comment_id_fieldscomments_link_feedcomment_idis_comment_feedcomment_time
引入
3.0.0
弃用
-

comment_id_fields: 这个过滤钩子允许开发者在评论表单中添加额外的隐藏字段。

过滤返回的评论ID字段。

return apply_filters( 'comment_id_fields', $result, $post_id, $reply_to_id );

常见问题

FAQs
查看更多 >