do_action( 'add_meta_boxes_comment', WP_Comment $comment )
Fires when comment-specific meta boxes are added.
Parameters
-
$comment
WP_Comment -
Comment object.
Source
File: wp-admin/edit-form-comment.php
.
View all references
do_action( 'add_meta_boxes_comment', $comment );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |