wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



post_comment_meta_box_thead › WordPress Function

Seit3.0.0
Veraltetn/v
post_comment_meta_box_thead ( $result )
Parameter:
  • (array) $result Table header rows.
    Erforderlich: Ja
Gibt zurück:
  • (array)
Definiert in:
Codex:

Displays comments for post table header



Quellcode

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