Automattic\WooCommerce\Internal\Admin\ProductReviews
ReviewsListTable::get_primary_column_name()
Gets the name of the default primary column.
Method of the class: ReviewsListTable{}
No Hooks.
Return
String
. Name of the primary column.
Usage
// protected - for code of main (parent) or child class $result = $this->get_primary_column_name() : string;
ReviewsListTable::get_primary_column_name() ReviewsListTable::get primary column name code WC 9.4.2
protected function get_primary_column_name() : string { return 'comment'; }