Switch language

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




post_comment_meta_box_thead [ WordPress Function ]

post_comment_meta_box_thead ( $result )
Parameters:
  • (array) $result table header rows
Returns:
  • (array)
Defined at:



Display comments for post table header

Source


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

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics