Fires when comment-specific meta boxes are added.
Parameters
$comment
WP_Comment- Comment object.
Source
do_action( 'add_meta_boxes_comment', $comment );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Fires when comment-specific meta boxes are added.
$comment
WP_Commentdo_action( 'add_meta_boxes_comment', $comment );
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.