WP_MS_Themes_List_Table::get_primary_column_name(): string

In this article

Gets the name of the primary column.

Return

string Unalterable name of the primary column name, in this case, 'name'.

Source

protected function get_primary_column_name() {
	return 'name';
}

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

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