add_meta_boxes_comment

add_meta_boxes_comment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('add_meta_boxes_comment') is found 1 times:

  • /wp-admin/edit-form-comment.php line 266
     * @since 3.0.0
     *
     * @param WP_Comment $comment Comment object.
     */
    do_action( 'add_meta_boxes_comment', $comment );
    
    do_meta_boxes( null, 'normal', $comment );
    
    $referer = wp_get_referer();
    ?>
    </div>
    

See this hook used in plugins: