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