Action hook 'add_meta_boxes_comment'

in WP Core File wp-admin/edit-form-comment.php at line 266

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.
 */