WP_List_Table::get_primary_column(): string

In this article

Gets the name of the primary column.

Description

Public wrapper for WP_List_Table::get_default_primary_column_name().

Return

string Name of the default primary column.

Source

public function get_primary_column() {
	return $this->get_primary_column_name();
}

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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