Switch language

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




print_column_headers [ WordPress Function ]

print_column_headers ( $screen, $id = true )
Defined at:



Prints column headers for a particular screen.

Source


<?php
function print_column_headers($screen$id true) {
    
$wp_list_table = new _WP_List_Table_Compat($screen);

    
$wp_list_table->print_column_headers($id);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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