do_action( 'add_meta_boxes_comment', WP_Comment $comment )
Fires when comment-specific meta boxes are added.
Parameters
- $comment
-
Comment object.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |
Fires when comment-specific meta boxes are added.
Comment object.
Version | Description |
---|---|
WP-3.0.0 | Introduced. |