WP_Posts_List_Table::get_default_primary_column_name(): string

In this article

Gets the name of the default primary column.

Return

string Name of the default primary column, in this case, 'title'.

Source

protected function get_default_primary_column_name() {
	return 'title';
}

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.