post_comment_meta_box_thead( array $result ): array

In this article

Displays comments for post table header

Parameters

$resultarrayrequired
Table header rows.

Return

array

Source

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

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.