WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about add_meta_boxes_comment

Back to home

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.