WP_Posts_List_Table::get_default_primary_column_name() – Gets the name of the default primary column.
You appear to be a bot. Output may be restricted
Description
Gets the name of the default primary column.
Usage
$string = WP_Posts_List_Table::get_default_primary_column_name();
Parameters
Returns
string Name of the default primary column, in this case, 'title'.
Source
File name: wordpress/wp-admin/includes/class-wp-posts-list-table.php
Lines:
1 to 3 of 3
protected function get_default_primary_column_name() { return 'title'; }