WC_Admin_List_Table::get_primary_column()
Define primary column.
Method of the class: WC_Admin_List_Table{}
No Hooks.
Return
Array
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_primary_column();
WC_Admin_List_Table::get_primary_column() WC Admin List Table::get primary column code WC 9.5.1
protected function get_primary_column() { return ''; }