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.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.