wpseek.com
A WordPress-centric search engine for devs and theme authors



post_comment_meta_box_thead › WordPress Function

Since3.0.0
Deprecatedn/a
post_comment_meta_box_thead ( $result )
Parameters:
  • (array) $result Table header rows.
    Required: Yes
Returns:
  • (array)
Defined at:
Codex:

Displays comments for post table header



Source

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