add_meta_boxes_comment WordPress Action Hook
The add_meta_boxes_comment hook is used to add custom fields to the comment form. This allows you to add additional information to the comment form, such as the author's name, email address, and website URL.
do_action( 'add_meta_boxes_comment', WP_Comment $comment ) #
Fires when comment-specific meta boxes are added.
Contents
Parameters
- $comment
(WP_Comment)Comment object.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |