wpseek.com
WordPress开发者和主题制作者的搜索引擎



post_comment_meta_box_thead › WordPress Function

Since3.0.0
已弃用n/a
post_comment_meta_box_thead ( $result )
参数:
  • (array) $result Table header rows.
    Required: Yes
返回:
  • (array)
定义在:
文档:

Displays comments for post table header



源码

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