do_action( 'add_meta_boxes_comment', WP_Comment $comment )

Fires when comment-specific meta boxes are added.


Parameters

$comment

Comment object.


Source

File: wp-admin/edit-form-comment.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.0.0 Introduced.