wp-admin/includes/list-table.php:104Prints column headers for a particular screen.
$screenstring|WP_Screen$with_idbooloptionaltruefunction print_column_headers( $screen, $with_id = true ) { $wp_list_table = new _WP_List_Table_Compat( $screen ); $wp_list_table->print_column_headers( $with_id );}Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.