wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



post_comment_meta_box_thead › WordPress Function

Od3.0.0
Przestarzałyn/a
post_comment_meta_box_thead ( $result )
Parametry:
  • (array) $result Table header rows.
    Wymagane: Tak
Powrót:
  • (array)
Zdefiniowane na:
Codex:

Displays comments for post table header



Źródło

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