Definition:
function print_column_headers($screen, $id = true) {}
Prints column headers for a particular screen.
Parameters
- $screen
- $id
Source code
function print_column_headers($screen, $id = true) {
$wp_list_table = new _WP_List_Table_Compat($screen);
$wp_list_table->print_column_headers($id);
}
10145

February 24, 2011 


No comments yet... Be the first to leave a reply!