post_comment_meta_box_thead()

最后更新于:2021-11-27 19:00:13

post_comment_meta_box_thead( array$result)

Display comments for post table header

参数

$result

(array) (Required) table header rows

响应

(array)

源文件

文件: gc-admin/includes/meta-boxes.php

function post_comment_meta_box_thead( $result ) {
	unset( $result['cb'], $result['response'] );
	return $result;
}