Description
Fires when comment-specific meta boxes are added.
Occurrences
Filename | Line Number |
---|---|
wp-admin/edit-form-comment.php | 266 |
Parameters
Type | Name | Description |
---|---|---|
WP_Comment | $comment | Comment object. |
PHP Doc
/**
* Fires when comment-specific meta boxes are added.
*
* @since 3.0.0
*
* @param WP_Comment $comment Comment object.
*/