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