Gets the name of the default primary column.
(string) Name of the default primary column, in this case, 'title'.
File: wp-admin/includes/class-wp-posts-list-table.php
protected function get_default_primary_column_name() {
		return 'title';
	}  | Version | Description | 
|---|---|
| 4.3.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/classes/wp_posts_list_table/get_default_primary_column_name